jasper: add test
Closes #6455. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
00830df51e
commit
4050a97496
1 changed files with 6 additions and 0 deletions
|
@ -32,4 +32,10 @@ class Jasper < Formula
|
|||
"--mandir=#{man}"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
system bin/"jasper", "--input", test_fixtures("test.jpg"),
|
||||
"--output", "test.bmp"
|
||||
assert_predicate testpath/"test.bmp", :exist?
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue