tnef: add test

This commit is contained in:
mikit 2018-03-19 06:55:33 +09:00 committed by ilovezfs
parent fc9758e779
commit 9abdac5c0c

View file

@ -20,4 +20,8 @@ class Tnef < Formula
system "./configure", "--prefix=#{prefix}"
system "make", "install"
end
test do
system "#{bin}/tnef", "--version"
end
end