Added empty test suite for testing rwops.

This commit is contained in:
Markus Kauppila 2011-08-04 20:45:12 +03:00
parent 716a42e945
commit 4ae611f924
6 changed files with 48 additions and 4 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"
for suite in "testdummy" "testplatform" "testrect" "testaudio" "testsurface" "testrwops"
do
cp -f "$suite/.libs/lib$suite.$EXT" $DIRECTORY
done