sdf: trigger ci
Also, add a test. Closes #1038. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
70f83d9fbf
commit
d5a2764cd1
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue