movgrab: add test
This commit is contained in:
parent
09e6cd7651
commit
f7fd8ff458
1 changed files with 4 additions and 0 deletions
|
@ -24,4 +24,8 @@ class Movgrab < Formula
|
|||
rm "INSTALL"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/movgrab", "--version"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue