SDL
2.0
|
Go to the source code of this file.
Functions | |
static int | main_testInitQuitJoystickHaptic (void *arg) |
static int | main_testInitQuitSubSystem (void *arg) |
static int | main_testImpliedJoystickInit (void *arg) |
static int | main_testImpliedJoystickQuit (void *arg) |
Variables | |
const int | joy_and_controller = SDL_INIT_JOYSTICK | SDL_INIT_GAMECONTROLLER |
static const SDLTest_TestCaseReference | mainTest1 |
static const SDLTest_TestCaseReference | mainTest2 |
static const SDLTest_TestCaseReference | mainTest3 |
static const SDLTest_TestCaseReference | mainTest4 |
static const SDLTest_TestCaseReference * | mainTests [] |
SDLTest_TestSuiteReference | mainTestSuite |
|
static |
Definition at line 75 of file testautomation_main.c.
References joy_and_controller, SDL_INIT_GAMECONTROLLER, SDL_InitSubSystem, SDL_QuitSubSystem, SDL_WasInit, SDLTest_AssertCheck(), TEST_COMPLETED, and TEST_SKIPPED.
|
static |
Definition at line 100 of file testautomation_main.c.
References joy_and_controller, SDL_INIT_GAMECONTROLLER, SDL_INIT_JOYSTICK, SDL_InitSubSystem, SDL_QuitSubSystem, SDL_WasInit, SDLTest_AssertCheck(), TEST_COMPLETED, and TEST_SKIPPED.
|
static |
Automated SDL subsystems management test.
Written by J�rgen Tjern� "jorgenpt"
Released under Public Domain.
Definition at line 19 of file testautomation_main.c.
References SDL_Init, SDL_INIT_HAPTIC, SDL_INIT_JOYSTICK, SDL_Quit, SDL_WasInit, SDLTest_AssertCheck(), TEST_COMPLETED, and TEST_SKIPPED.
|
static |
Definition at line 47 of file testautomation_main.c.
References i, SDL_arraysize, SDL_INIT_GAMECONTROLLER, SDL_INIT_HAPTIC, SDL_INIT_JOYSTICK, SDL_InitSubSystem, SDL_QuitSubSystem, SDL_WasInit, SDLTest_AssertCheck(), TEST_COMPLETED, and TEST_SKIPPED.
const int joy_and_controller = SDL_INIT_JOYSTICK | SDL_INIT_GAMECONTROLLER |
Definition at line 74 of file testautomation_main.c.
Referenced by main_testImpliedJoystickInit(), and main_testImpliedJoystickQuit().
|
static |
Definition at line 128 of file testautomation_main.c.
|
static |
Definition at line 131 of file testautomation_main.c.
|
static |
Definition at line 134 of file testautomation_main.c.
|
static |
Definition at line 137 of file testautomation_main.c.
|
static |
Definition at line 141 of file testautomation_main.c.
SDLTest_TestSuiteReference mainTestSuite |
Definition at line 150 of file testautomation_main.c.