gource - add test that runs against Homebrew itself
This commit is contained in:
parent
18fd4a53e9
commit
cf1f99701d
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue