libgfshare: add better test.
This commit is contained in:
parent
5346724a8c
commit
1f6fc777c2
1 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,8 @@ class Libgfshare < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/gfsplit","--version"
|
||||
touch "test.in"
|
||||
system "#{bin}/gfsplit", "test.in"
|
||||
system "#{bin}/gfcombine test.in.*"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue