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-15 03:28:16 -10:00
committed by Sam Lantinga
parent edb370b8bb
commit 6b9a8f0da1
2 changed files with 20 additions and 0 deletions
+2
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,