diff --git a/Formula/xmp.rb b/Formula/xmp.rb index c9cd1478ca..beabc560a8 100644 --- a/Formula/xmp.rb +++ b/Formula/xmp.rb @@ -34,4 +34,8 @@ class Xmp < Formula system "./configure", "--prefix=#{prefix}" system "make", "install" end + + test do + system "#{bin}/xmp", "--version" + end end