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:
Sylvain Becker 2024-04-10 22:58:35 +02:00 committed by Sam Lantinga
parent edb370b8bb
commit 6b9a8f0da1
2 changed files with 20 additions and 0 deletions

View file

@ -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,