Added TEST section to gmp bep files

This commit is contained in:
Scott McCreary
2011-01-08 08:26:41 +00:00
parent 0959b818ab
commit 3fc501f80d
2 changed files with 12 additions and 0 deletions

View File

@@ -18,5 +18,13 @@ BUILD {
INSTALL {
cd gmp-4.3.1
make install
}
TEST {
cd gmp-4.3.1
make check
}
LICENSE="GNU GPL v3
GNU LGPL v3"
COPYRIGHT="1991-2009 Free Software Foundation, Inc."

View File

@@ -18,6 +18,10 @@ BUILD {
INSTALL {
cd gmp-4.3.2
make install
}
TEST {
cd gmp-4.3.2
make check
}