dcfldd: add test
This commit is contained in:
parent
444acbebc0
commit
22b9906125
1 changed files with 4 additions and 0 deletions
|
@ -19,4 +19,8 @@ class Dcfldd < Formula
|
|||
"--mandir=#{man}"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/dcfldd", "--version"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue