Skip to content

Commit

Permalink
mikmod: fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Sep 5, 2012
1 parent 86beec0 commit 6b51eda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Library/Formula/mikmod.rb
Expand Up @@ -13,4 +13,8 @@ def install
"--mandir=#{man}"
system "make install"
end

def test
system "#{bin}/mikmod", "-V"
end
end

0 comments on commit 6b51eda

Please sign in to comment.