beecrypt: enable test

c.f. Homebrew/homebrew#12789.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Anders F Bjorklund 2012-06-13 22:41:53 +02:00 committed by Jack Nagel
parent 5c9177dcaf
commit 821d1152cf

View file

@ -11,6 +11,7 @@ class Beecrypt < Formula
ENV.remove_from_cflags /-march=\S*/
system "./configure", "--prefix=#{prefix}", "--disable-openmp", "--without-java", "--without-python"
system "make"
system "make check"
system "make install"
end
end