dcfldd: add test

This commit is contained in:
mikit 2018-03-19 07:04:59 +09:00 committed by ilovezfs
parent 444acbebc0
commit 22b9906125

View file

@ -19,4 +19,8 @@ class Dcfldd < Formula
"--mandir=#{man}"
system "make", "install"
end
test do
system "#{bin}/dcfldd", "--version"
end
end