Make sure all tests have the resources they need

This commit is contained in:
Wouter Wijsman 2022-01-05 11:18:09 +01:00 committed by Sam Lantinga
parent 6d46e30fed
commit b2ca62f23a
1 changed files with 5 additions and 0 deletions

View File

@ -152,6 +152,11 @@ set(NEEDS_RESOURCES
testresample
testaudiohotplug
testmultiaudio
testime
testiconv
testoverlay2
teststreaming
testviewport
)
if(NOT PSP)
set(NEEDS_RESOURCES ${NEEDS_RESOURCES} testnative)