aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pth.rb2
1 files changed, 2 insertions, 0 deletions
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