tnef: add test
This commit is contained in:
parent
fc9758e779
commit
9abdac5c0c
1 changed files with 4 additions and 0 deletions
|
@ -20,4 +20,8 @@ class Tnef < Formula
|
|||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/tnef", "--version"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue