mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 17:37:39 +00:00
IOS: fix compilation of testautomation.app
only for IOS/TVOS, also disable testautomation_pen suite which requires sdl internals files
This commit is contained in:
parent
edb370b8bb
commit
6b9a8f0da1
2 changed files with 20 additions and 0 deletions
|
@ -34,7 +34,9 @@ static SDLTest_TestSuiteReference *testSuites[] = {
|
|||
&mainTestSuite,
|
||||
&mathTestSuite,
|
||||
&mouseTestSuite,
|
||||
#if !defined(SDL_PLATFORM_IOS) && !defined(SDL_PLATFORM_TVOS)
|
||||
&penTestSuite,
|
||||
#endif
|
||||
&pixelsTestSuite,
|
||||
&platformTestSuite,
|
||||
&propertiesTestSuite,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue