tcpflow: add test
This commit is contained in:
parent
3644c96275
commit
d6c4c1164c
1 changed files with 4 additions and 0 deletions
|
@ -31,4 +31,8 @@ class Tcpflow < Formula
|
|||
"--mandir=#{man}"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/tcpflow", "--version"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue