Added new test suites testvideo, testsyswm and testclipboard.

This commit is contained in:
Markus Kauppila 2011-08-09 18:20:48 +03:00
parent 68633ef568
commit c6bc7ef7af
10 changed files with 123 additions and 3 deletions

View file

@ -15,7 +15,7 @@ elif [[ $PLATFORM == "Darwin" ]]; then
fi
# TODO: put the test in an array
for suite in "testdummy" "testplatform" "testrect" "testaudio" "testsurface" "testrwops" "testrender"
for suite in "testdummy" "testplatform" "testrect" "testaudio" "testsurface" "testrwops" "testrender" "testvideo" "testsyswm" "testclipboard"
do
cp -f "$DIRECTORY/$suite/.libs/lib$suite.$EXT" $DIRECTORY
done