Added TEST section to libsdl-1.3-gsoc.bep to automate building of the tests.

This commit is contained in:
Scott McCreary
2011-08-01 23:52:42 +00:00
parent 89bc76f273
commit fe410f7ab7

View File

@@ -21,5 +21,13 @@ INSTALL {
cd libsdl-1.3-gsoc
make install
}
TEST {
cd libsdl-1.3-gsoc/test
./autogen
./configure
make
}
LICENSE="Zlib"
COPYRIGHT="1997-2011 Sam Lantinga"