Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        main.c 


Log Message:
Automatically use the buffer engine when running unit tests.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/main.c,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -3 -r1.84 -r1.85
--- main.c      13 Nov 2007 05:17:46 -0000      1.84
+++ main.c      14 Nov 2007 06:54:19 -0000      1.85
@@ -148,7 +148,10 @@
                else if (!strncmp(argv[i], "-all", 4))
                        all_tests = 1;
                else if (!strncmp(argv[i], "-unit", 5))
+               {
                        unit_test = 1;
+                       setenv("EWL_ENGINE_NAME", "evas_buffer", 1);
+               }
                else if (!strncmp(argv[i], "-profile", 8))
                        profile_tests = 1;
        }



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to