mp3gain: add test

This commit is contained in:
mikit 2018-03-20 07:14:55 +09:00 committed by ilovezfs
parent 79cf358e15
commit be6990d852

View file

@ -18,4 +18,8 @@ class Mp3gain < Formula
system "make"
bin.install "mp3gain"
end
test do
system "#{bin}/mp3gain", "-v"
end
end