From 3644c962752b0b7b46c899b12e66d00c336430b4 Mon Sep 17 00:00:00 2001 From: mikit Date: Mon, 19 Mar 2018 06:52:35 +0900 Subject: [PATCH] xmp: add test --- Formula/xmp.rb | 4 ++++ 1 file changed, 4 insertions(+) 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