Mercurial > sdl-ios-xcode
comparison test/automated/rwops/rwops.c @ 3741:808fad5fb593 gsoc2009_unit_tests
Added command line options.
Added verbosity levels.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Sun, 02 Aug 2009 18:58:03 +0000 |
parents | e451d5d288e9 |
children |
comparison
equal
deleted
inserted
replaced
3740:e451d5d288e9 | 3741:808fad5fb593 |
---|---|
265 rwops_testMem(); | 265 rwops_testMem(); |
266 rwops_testConstMem(); | 266 rwops_testConstMem(); |
267 rwops_testFile(); | 267 rwops_testFile(); |
268 rwops_testFP(); | 268 rwops_testFP(); |
269 | 269 |
270 return SDL_ATfinish(1); | 270 return SDL_ATfinish(); |
271 } | 271 } |