masscan: add test.

This commit is contained in:
Mike McQuaid 2013-11-13 11:36:41 +00:00
parent 0cc787ef55
commit f1f93eec3a

View file

@ -10,4 +10,8 @@ class Masscan < Formula
system "make"
bin.install "bin/masscan"
end
test do
assert `#{bin}/masscan --echo`.include? 'adapter ='
end
end