binwalk: add test.

master
Mike McQuaid 2014-01-04 14:53:54 +00:00
parent ac3597a872
commit bfa2f2f17e
1 changed files with 5 additions and 0 deletions

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