makepp: add test
This commit is contained in:
parent
2b5f37552f
commit
a0165b0dd6
1 changed files with 4 additions and 0 deletions
|
@ -17,4 +17,8 @@ class Makepp < Formula
|
|||
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/makepp", "--version"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue