Added empty test suite for render tests.

This commit is contained in:
Markus Kauppila 2011-08-04 20:52:39 +03:00
parent 4ae611f924
commit cdd56f176b
5 changed files with 48 additions and 3 deletions

View file

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