freetype: improve test.

master
Mike McQuaid 2013-01-27 22:37:43 +00:00
parent a1de14ae40
commit 82508a5666
1 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,8 @@ class Freetype < Formula
system "make install"
end
def test
system "#{bin}/freetype-config --ftversion"
test do
system "#{bin}/freetype-config", '--cflags', '--libs', '--ftversion',
'--exec-prefix', '--prefix'
end
end