Added new test suites testvideo, testsyswm and testclipboard.
This commit is contained in:
parent
68633ef568
commit
c6bc7ef7af
10 changed files with 123 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue