cdpr: add test

This commit is contained in:
mikit 2018-03-19 06:48:21 +09:00 committed by ilovezfs
parent 1059fe100c
commit 796da0fd37

View file

@ -22,4 +22,8 @@ class Cdpr < Formula
def caveats
"run cdpr sudo'd in order to avoid the error: 'No interfaces found! Make sure pcap is installed.'"
end
test do
system "#{bin}/cdpr", "--version"
end
end