gource - add test that runs against Homebrew itself

This commit is contained in:
Adam Vandenberg 2010-09-26 09:46:36 -07:00
parent 18fd4a53e9
commit cf1f99701d

View file

@ -29,4 +29,10 @@ class Gource <Formula
"--disable-freetypetest"
system "make install"
end
def test
Dir.chdir HOMEBREW_REPOSITORY do
system "gource"
end
end
end