Added TEST section to php .bep file

This commit is contained in:
Scott McCreary
2011-02-04 21:38:26 +00:00
parent 185c35d28f
commit 0e26db9ce9

View File

@@ -24,5 +24,10 @@ INSTALL {
make install INSTALL_ROOT=${DESTDIR}
}
TEST {
cd php-5.3.5
make test
}
COPYRIGHT="2001-2011 PHP Group"
LICENSE="PHP License v3.01"