From d96879d274f270abdbd4613cffa5bdd7b0d77abd Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 11 Oct 2011 20:46:28 -0500 Subject: libgcrypt: run "make check" Rationale: It's a crypto library so we should make sure it works. It doesn't take _that_ long even on my old, slow MBP. Signed-off-by: Jack Nagel --- Library/Formula/libgcrypt.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula/libgcrypt.rb') diff --git a/Library/Formula/libgcrypt.rb b/Library/Formula/libgcrypt.rb index 8203197df..4320bb679 100644 --- a/Library/Formula/libgcrypt.rb +++ b/Library/Formula/libgcrypt.rb @@ -16,6 +16,7 @@ class Libgcrypt < Formula "--with-gpg-error-prefix=#{HOMEBREW_PREFIX}" # Separate steps, or parallel builds fail system "make" + system "make check" system "make install" end end -- cgit v1.2.3