mirror of https://github.com/libsdl-org/SDL
Don't build EBOOT files for all tests for PSP
This commit is contained in:
parent
b2ca62f23a
commit
9d0b4d85fc
|
@ -165,27 +165,34 @@ endif()
|
||||||
if(PSP)
|
if(PSP)
|
||||||
# Build EBOOT files if building for PSP
|
# Build EBOOT files if building for PSP
|
||||||
set(BUILD_EBOOT
|
set(BUILD_EBOOT
|
||||||
${NEEDS_RESOURCES}
|
testscale
|
||||||
|
testrendercopyex
|
||||||
|
controllermap
|
||||||
|
testyuv
|
||||||
|
testgamecontroller
|
||||||
|
testshape
|
||||||
|
testshader
|
||||||
|
testspriteminimal
|
||||||
|
testautomation
|
||||||
|
testrendertarget
|
||||||
|
testsprite2
|
||||||
|
loopwave
|
||||||
|
loopwavequeue
|
||||||
|
testresample
|
||||||
|
testaudiohotplug
|
||||||
|
testmultiaudio
|
||||||
testoffscreen
|
testoffscreen
|
||||||
testvulkan
|
|
||||||
testbounds
|
testbounds
|
||||||
testhotplug
|
|
||||||
testgles2
|
|
||||||
testhaptic
|
|
||||||
testrelative
|
|
||||||
testgl2
|
testgl2
|
||||||
testsem
|
testsem
|
||||||
testdisplayinfo
|
testdisplayinfo
|
||||||
testgles
|
|
||||||
teststreaming
|
teststreaming
|
||||||
testgeometry
|
testgeometry
|
||||||
testgesture
|
testgesture
|
||||||
testfile
|
testfile
|
||||||
testdropfile
|
|
||||||
testdraw2
|
testdraw2
|
||||||
testviewport
|
testviewport
|
||||||
testhittesting
|
testhittesting
|
||||||
checkkeys
|
|
||||||
testoverlay2
|
testoverlay2
|
||||||
testver
|
testver
|
||||||
testdrawchessboard
|
testdrawchessboard
|
||||||
|
@ -196,19 +203,14 @@ if(PSP)
|
||||||
testerror
|
testerror
|
||||||
testatomic
|
testatomic
|
||||||
testjoystick
|
testjoystick
|
||||||
testrumble
|
|
||||||
testiconv
|
testiconv
|
||||||
testfilesystem
|
testfilesystem
|
||||||
testplatform
|
testplatform
|
||||||
testthread
|
testthread
|
||||||
testkeys
|
|
||||||
testloadso
|
testloadso
|
||||||
testmouse
|
|
||||||
testqsort
|
testqsort
|
||||||
testime
|
|
||||||
testaudioinfo
|
testaudioinfo
|
||||||
testlock
|
testlock
|
||||||
checkkeysthreads
|
|
||||||
testtimer
|
testtimer
|
||||||
testpower
|
testpower
|
||||||
testwm2
|
testwm2
|
||||||
|
|
Loading…
Reference in New Issue