makepp: add test

This commit is contained in:
mikit 2018-03-19 06:38:35 +09:00 committed by ilovezfs
parent 2b5f37552f
commit a0165b0dd6

View file

@ -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