gource - add test that runs against Homebrew itself

master
Adam Vandenberg 2010-09-26 09:46:36 -07:00
parent 18fd4a53e9
commit cf1f99701d
1 changed files with 6 additions and 0 deletions

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