Added test suites testevent and testkeyboard.

This commit is contained in:
Markus Kauppila 2011-08-09 18:40:14 +03:00
parent c6bc7ef7af
commit 04ff51483f
7 changed files with 83 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" "testvideo" "testsyswm" "testclipboard"
for suite in "testdummy" "testplatform" "testrect" "testaudio" "testsurface" "testrwops" "testrender" "testvideo" "testsyswm" "testclipboard" "testevents" "testkeyboard"
do
cp -f "$DIRECTORY/$suite/.libs/lib$suite.$EXT" $DIRECTORY
done