snownews: add test
This commit is contained in:
parent
d4be10d881
commit
af80634a9e
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ class Snownews < Formula
|
|||
# it, which doesn't work on OS X prior to 10.11
|
||||
system "make", "install", "EXTRA_LDFLAGS=#{ENV.ldflags} -L#{Formula["openssl"].opt_lib} -lz", "CC=#{ENV.cc}"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/snownews", "--version"
|
||||
end
|
||||
end
|
||||
|
||||
__END__
|
||||
|
|
Loading…
Reference in a new issue