aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2012-09-02 01:07:01 -0700
committerMike McQuaid2012-09-04 19:44:43 -0700
commit6b51eda2c9918682942dca794645875d20003d96 (patch)
tree6247184343ef54d9fc592252d956fcfefcf57dbf /Library/Formula
parent86beec0762769b719eb74bd76a68daa8ad9da01d (diff)
downloadhomebrew-6b51eda2c9918682942dca794645875d20003d96.tar.bz2
mikmod: fix test.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mikmod.rb4
1 files changed, 4 insertions, 0 deletions
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