smake: add test

Closes Homebrew/homebrew#30566.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
fbrosson 2014-06-30 17:36:13 +02:00 committed by Jack Nagel
parent c11df36c36
commit b37c2789fd
1 changed files with 4 additions and 0 deletions

View File

@ -18,4 +18,8 @@ class Smake < Formula
man1.install_symlink Dir["#{libexec}/share/man/man1/*.1"]
man5.install_symlink Dir["#{libexec}/share/man/man5/*.5"]
end
test do
system "#{bin}/smake", "-version"
end
end