From d42a2a359807b3eb264e979d09153b042df9f29f Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Tue, 28 May 2013 10:53:49 -0500 Subject: pth: run make test If pth is miscompiled, other software that uses it can fail mysteriously without a clear indication of the source of the problem. This causes problems with gnupg2 on some platforms, for example. pth's `make test` will reveal this kind of problem, so always run that to be safe. See: mistydemeo/tigerbrew#39.--- Library/Formula/pth.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/pth.rb b/Library/Formula/pth.rb index 6f22a217a..af3e8b3eb 100644 --- a/Library/Formula/pth.rb +++ b/Library/Formula/pth.rb @@ -12,6 +12,8 @@ class Pth < Formula system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--mandir=#{man}" + system "make" + system "make test" system "make install" end end -- cgit v1.2.3