Mercurial > sdl-ios-xcode
comparison test/automated/testsdl.c @ 3319:63d4517fc4ac
Fixed bug #777
Implemented SDL_GetPlatform()
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 26 Sep 2009 10:32:14 +0000 |
parents | 22ac66da0765 |
children | ba48701b0534 |
comparison
equal
deleted
inserted
replaced
3318:f085091f74cd | 3319:63d4517fc4ac |
---|---|
170 /* Display more information if failed. */ | 170 /* Display more information if failed. */ |
171 if (failed > 0) { | 171 if (failed > 0) { |
172 SDL_ATprintErr( "Tests run with SDL %d.%d.%d revision %d\n", | 172 SDL_ATprintErr( "Tests run with SDL %d.%d.%d revision %d\n", |
173 ver.major, ver.minor, ver.patch, rev ); | 173 ver.major, ver.minor, ver.patch, rev ); |
174 SDL_ATprintErr( "System is running %s and is %s endian\n", | 174 SDL_ATprintErr( "System is running %s and is %s endian\n", |
175 platform_getPlatform(), | 175 SDL_GetPlatform(), |
176 #ifdef SDL_LIL_ENDIAN | 176 #ifdef SDL_LIL_ENDIAN |
177 "little" | 177 "little" |
178 #else | 178 #else |
179 "big" | 179 "big" |
180 #endif | 180 #endif |