mp3gain: add test
This commit is contained in:
parent
79cf358e15
commit
be6990d852
1 changed files with 4 additions and 0 deletions
|
@ -18,4 +18,8 @@ class Mp3gain < Formula
|
|||
system "make"
|
||||
bin.install "mp3gain"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/mp3gain", "-v"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue