libpng: run test suite

This commit is contained in:
Jack Nagel 2014-11-25 10:41:58 -05:00
parent 7ea818ada3
commit e70682cc97

View file

@ -21,6 +21,8 @@ class Libpng < Formula
system "./configure", "--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}"
system "make install"
system "make"
system "make", "test"
system "make", "install"
end
end