Update flake.rb
This commit is contained in:
parent
ce18915849
commit
4222378406
1 changed files with 4 additions and 0 deletions
|
@ -19,4 +19,8 @@ class Flake < Formula
|
|||
system "make"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
system bin/"flake", test_fixtures("test.wav"), "-o", testpath/"test"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue