httperf: add test

This commit is contained in:
mikit 2018-03-19 06:44:53 +09:00 committed by ilovezfs
parent 63d083fbf9
commit 2c57bd96f7

View file

@ -41,4 +41,8 @@ class Httperf < Formula
system "./configure", *args
system "make", "install"
end
test do
system "#{bin}/httperf", "--version"
end
end