From dcd80f54d378ba4431bc13b134c756110a2ab447 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 4 Jan 2014 14:53:54 +0000 Subject: binwalk: add test. --- Library/Formula/binwalk.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3