tcpflow: add test

This commit is contained in:
mikit 2018-03-19 06:53:42 +09:00 committed by ilovezfs
parent 3644c96275
commit d6c4c1164c

View file

@ -31,4 +31,8 @@ class Tcpflow < Formula
"--mandir=#{man}"
system "make", "install"
end
test do
system "#{bin}/tcpflow", "--version"
end
end