binwalk: add test.
This commit is contained in:
parent
ac3597a872
commit
bfa2f2f17e
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue