libgfshare: add better test.

This commit is contained in:
Mike McQuaid 2013-12-16 10:34:17 +00:00
parent 5346724a8c
commit 1f6fc777c2

View file

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