aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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