SDL
2.0
|
Go to the source code of this file.
Functions | |
int | stdlib_strlcpy (void *arg) |
Call to SDL_strlcpy. More... | |
int | stdlib_snprintf (void *arg) |
Call to SDL_snprintf. More... | |
int | stdlib_getsetenv (void *arg) |
Call to SDL_getenv and SDL_setenv. More... | |
int | stdlib_sscanf (void *arg) |
Call to SDL_sscanf. More... | |
Variables | |
static const SDLTest_TestCaseReference | stdlibTest1 |
static const SDLTest_TestCaseReference | stdlibTest2 |
static const SDLTest_TestCaseReference | stdlibTest3 |
static const SDLTest_TestCaseReference | stdlibTest4 |
static const SDLTest_TestCaseReference * | stdlibTests [] |
SDLTest_TestSuiteReference | stdlibTestSuite |
int stdlib_getsetenv | ( | void * | arg | ) |
Call to SDL_getenv and SDL_setenv.
Definition at line 126 of file testautomation_stdlib.c.
References NULL, SDL_free, SDL_getenv, SDL_setenv, SDL_strcmp, SDL_strlen, SDLTest_AssertCheck(), SDLTest_AssertPass(), SDLTest_Log(), SDLTest_RandomAsciiStringOfSize(), SDLTest_RandomIntegerInRange(), TEST_COMPLETED, and text.
int stdlib_snprintf | ( | void * | arg | ) |
Call to SDL_snprintf.
Definition at line 44 of file testautomation_stdlib.c.
References NULL, SDL_snprintf, SDL_strcmp, SDL_strlen, SDLTest_AssertCheck(), SDLTest_AssertPass(), TEST_COMPLETED, and text.
int stdlib_sscanf | ( | void * | arg | ) |
Call to SDL_sscanf.
Definition at line 261 of file testautomation_stdlib.c.
References sort_controllers::output, SDL_sscanf, SDLTest_AssertCheck(), SDLTest_AssertPass(), and TEST_COMPLETED.
int stdlib_strlcpy | ( | void * | arg | ) |
Call to SDL_strlcpy.
Standard C library routine test suite
Definition at line 18 of file testautomation_stdlib.c.
References SDL_strcmp, SDL_strlcpy, SDL_strlen, SDLTest_AssertCheck(), SDLTest_AssertPass(), TEST_COMPLETED, and text.
|
static |
Definition at line 296 of file testautomation_stdlib.c.
|
static |
Definition at line 299 of file testautomation_stdlib.c.
|
static |
Definition at line 302 of file testautomation_stdlib.c.
|
static |
Definition at line 305 of file testautomation_stdlib.c.
|
static |
Definition at line 309 of file testautomation_stdlib.c.
SDLTest_TestSuiteReference stdlibTestSuite |
Definition at line 314 of file testautomation_stdlib.c.