sdf: trigger ci

Also, add a test.

Closes #1038.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
ilovezfs 2016-05-10 00:28:35 -07:00
parent 70f83d9fbf
commit d5a2764cd1

View file

@ -211,4 +211,8 @@ class Sdf < Formula
"--with-pandora=#{libexec}/pandora" "--with-pandora=#{libexec}/pandora"
system "make", "install" system "make", "install"
end end
test do
assert_match "sdfchecker v1.0", shell_output("#{libexec}/pgen/bin/sdfchecker -V 2>&1")
end
end end