Mercurial > sdl-ios-xcode
comparison test/automated/rwops/rwops.c @ 3740:e451d5d288e9 gsoc2009_unit_tests
Merged into one big app, while keeping modular applications also.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Sun, 02 Aug 2009 16:01:23 +0000 |
parents | 9689eaa6d2e3 |
children | 808fad5fb593 |
comparison
equal
deleted
inserted
replaced
3739:651b261e591d | 3740:e451d5d288e9 |
---|---|
247 | 247 |
248 | 248 |
249 /** | 249 /** |
250 * @brief Entry point. | 250 * @brief Entry point. |
251 */ | 251 */ |
252 #ifdef TEST_STANDALONE | |
252 int main( int argc, const char *argv[] ) | 253 int main( int argc, const char *argv[] ) |
253 { | 254 { |
254 (void) argc; | 255 (void) argc; |
255 (void) argv; | 256 (void) argv; |
257 #else /* TEST_STANDALONE */ | |
258 int test_rwops (void) | |
259 { | |
260 #endif /* TEST_STANDALONE */ | |
256 | 261 |
257 SDL_ATinit( "SDL_RWops" ); | 262 SDL_ATinit( "SDL_RWops" ); |
258 | 263 |
259 rwops_testParam(); | 264 rwops_testParam(); |
260 rwops_testMem(); | 265 rwops_testMem(); |