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