libpng: run test suite
This commit is contained in:
parent
7ea818ada3
commit
e70682cc97
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue