diff --git a/Formula/makepp.rb b/Formula/makepp.rb index b335b11f1a..632084aedd 100644 --- a/Formula/makepp.rb +++ b/Formula/makepp.rb @@ -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