mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-01 14:33:00 +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:
committed by
Sam Lantinga
parent
edb370b8bb
commit
6b9a8f0da1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user