diff 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
line wrap: on
line diff
--- a/test/automated/rwops/rwops.c	Sun Aug 02 16:01:23 2009 +0000
+++ b/test/automated/rwops/rwops.c	Sun Aug 02 18:58:03 2009 +0000
@@ -267,5 +267,5 @@
    rwops_testFile();
    rwops_testFP();
 
-   return SDL_ATfinish(1);
+   return SDL_ATfinish();
 }