stdman: add test do
block
This commit is contained in:
parent
f096c9d491
commit
dff92edf18
1 changed files with 4 additions and 0 deletions
|
@ -8,4 +8,8 @@ class Stdman < Formula
|
|||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
assert File.exist? shell_output("/usr/bin/man -w std::string").strip
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue