Update flake.rb

This commit is contained in:
Utkarsh Tripathi 2018-01-14 10:39:50 +05:30 committed by FX Coudert
parent ce18915849
commit 4222378406

View file

@ -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