movgrab: add test

This commit is contained in:
mikit 2018-03-19 06:23:36 +09:00 committed by ilovezfs
parent 09e6cd7651
commit f7fd8ff458

View file

@ -24,4 +24,8 @@ class Movgrab < Formula
rm "INSTALL"
system "make", "install"
end
test do
system "#{bin}/movgrab", "--version"
end
end