Added empty test suite for render tests.
This commit is contained in:
parent
4ae611f924
commit
cdd56f176b
5 changed files with 48 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue