From 6b51eda2c9918682942dca794645875d20003d96 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 2 Sep 2012 01:07:01 -0700 Subject: mikmod: fix test. --- Library/Formula/mikmod.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/mikmod.rb b/Library/Formula/mikmod.rb index 0573cc95a..0c553de93 100644 --- a/Library/Formula/mikmod.rb +++ b/Library/Formula/mikmod.rb @@ -13,4 +13,8 @@ class Mikmod < Formula "--mandir=#{man}" system "make install" end + + def test + system "#{bin}/mikmod", "-V" + end end -- cgit v1.2.3