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.
This commit is contained in:
parent
31455f5657
commit
0b37b9f22a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue