Home | History | Annotate | Download | only in test

Lines Matching refs:platform

2  * Original code: automated SDL platform test written by Edgar Simo "bobbens"
52 * @brief Tests platform endianness and SDL_SwapXY functions.
116 char *platform;
121 platform = (char *)SDL_GetPlatform();
123 SDLTest_AssertCheck(platform != NULL, "SDL_GetPlatform() != NULL");
124 if (platform != NULL) {
125 len = SDL_strlen(platform);
127 "SDL_GetPlatform(): expected non-empty platform, was platform: '%s', len: %i",
128 platform,
541 /* Platform test cases */
575 /* Sequence of Platform test cases */
591 /* Platform test suite (global) */
593 "Platform",