httperf: add test
This commit is contained in:
parent
63d083fbf9
commit
2c57bd96f7
1 changed files with 4 additions and 0 deletions
|
@ -41,4 +41,8 @@ class Httperf < Formula
|
|||
system "./configure", *args
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/httperf", "--version"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue