binwalk: add test.

This commit is contained in:
Mike McQuaid 2014-01-04 14:53:54 +00:00
parent ac3597a872
commit bfa2f2f17e

View file

@ -16,4 +16,9 @@ class Binwalk < Formula
system "python", "setup.py", "install", "--no-prereq-checks", "--prefix=#{prefix}"
end
end
test do
touch "binwalk.test"
system "#{bin}/binwalk", "binwalk.test"
end
end