esniper: add test

This commit is contained in:
mikit 2018-03-19 06:31:10 +09:00 committed by ilovezfs
parent 3694bc4067
commit 461cbbebe7

View file

@ -18,4 +18,8 @@ class Esniper < Formula
"--prefix=#{prefix}"
system "make", "install"
end
test do
system "#{bin}/esniper", "--version"
end
end