diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/binwalk.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/binwalk.rb b/Library/Formula/binwalk.rb index 65c625ba7..4e9da2587 100644 --- a/Library/Formula/binwalk.rb +++ b/Library/Formula/binwalk.rb @@ -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 |
