beecrypt: enable test
c.f. Homebrew/homebrew#12789. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
5c9177dcaf
commit
821d1152cf
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue