comparison test/automated/render/render.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 848b5263ab05
comparison
equal deleted inserted replaced
3740:e451d5d288e9 3741:808fad5fb593
1054 SDL_VideoQuit(); 1054 SDL_VideoQuit();
1055 1055
1056 /* 1056 /*
1057 * Finish testsuite. 1057 * Finish testsuite.
1058 */ 1058 */
1059 SDL_ATfinish(1); 1059 SDL_ATfinish();
1060 } 1060 }
1061 1061
1062 1062
1063 /* Exit SDL. */ 1063 /* Exit SDL. */
1064 SDL_Quit(); 1064 SDL_Quit();