diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mp3splt.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/mp3splt.rb b/Library/Formula/mp3splt.rb index 64090a7c8..4a3b4fbe0 100644 --- a/Library/Formula/mp3splt.rb +++ b/Library/Formula/mp3splt.rb @@ -1,5 +1,3 @@ -require "formula" - class Mp3splt < Formula homepage "http://mp3splt.sourceforge.net" url "https://downloads.sourceforge.net/project/mp3splt/mp3splt/2.6.2/mp3splt-2.6.2.tar.gz" @@ -19,4 +17,8 @@ class Mp3splt < Formula "--prefix=#{prefix}" system "make", "install" end + + test do + system "#{bin}/mp3splt", "-t", "0.1", test_fixtures("test.mp3") + end end |
