Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin Modified Files: main.c Log Message: - add an option to run all the tests at once (-all) =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/main.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -3 -r1.29 -r1.30 --- main.c 8 Jun 2006 16:49:26 -0000 1.29 +++ main.c 12 Jul 2006 10:46:01 -0000 1.30 @@ -67,6 +67,14 @@ ewl_test_print_tests(); exit(0); } + else if (!strncmp(argv[i], "-all", 4)) + { + Ewl_Test *t; + + ecore_list_goto_first(tests); + while ((t = ecore_list_next(tests))) + run_window_test(t, 0, 0); + } else if (!strncmp(argv[i], "-unit", 5)) unit_test = 1; ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs