Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        Makefile.am main.c 
Added Files:
        Ewl_Test.h 
Removed Files:
        Ewl_Test2.h ewl_imenu_test.c ewl_media_test.c ewl_menu_test.c 
        ewl_test.c ewl_test.h ewl_theme_test.c 


Log Message:
- port imenu, menu, media, theme over to test2
- all the tests are now ported so remove ewl_test and move ewl_test2 to
  ewl_test

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/Makefile.am,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- Makefile.am 9 Mar 2006 22:09:33 -0000       1.31
+++ Makefile.am 10 Mar 2006 04:05:41 -0000      1.32
@@ -6,25 +6,15 @@
 AM_CFLAGS                      =       -W -Wall -Wno-implicit
 INCLUDES                       =       -I$(top_srcdir)/src/lib 
-I$(top_builddir)/src/lib @EDJE_CFLAGS@ @ECORE_CFLAGS@ @EVAS_CFLAGS@ 
@EMOTION_CFLAGS@
 
-EWLTESTPROGRAMS                 =      ewl_test ewl_test2 ewl_embed_test 
ewl_simple_test ewl_media_test
+EWLTESTPROGRAMS                 =      ewl_test ewl_embed_test ewl_simple_test 
 
 bin_PROGRAMS                   =       $(EWLTESTPROGRAMS)
 
 ewl_test_DEPENDENCIES          =       $(top_builddir)/src/lib/libewl.la
-ewl_test_SOURCES               =       ewl_test.h \
-                                       ewl_test.c \
-                                       ewl_imenu_test.c \
-                                       ewl_menu_test.c \
-                                       ewl_theme_test.c 
+ewl_test_SOURCES               =       Ewl_Test.h main.c
 
-# ewl_test_LDFLAGS             =       
 ewl_test_LDADD                 =       $(top_builddir)/src/lib/libewl.la 
@EDJE_LIBS@ @ECORE_LIBS@ @EVAS_LIBS@ @EMOTION_LIBS@ 
 
-ewl_test2_DEPENDENCIES         =       $(top_builddir)/src/lib/libewl.la
-ewl_test2_SOURCES              =       Ewl_Test2.h main.c
-
-ewl_test2_LDADD                        =       
$(top_builddir)/src/lib/libewl.la @EDJE_LIBS@ @ECORE_LIBS@ @EVAS_LIBS@ 
@EMOTION_LIBS@ 
-
 ewl_embed_test_DEPENDENCIES    =       $(top_builddir)/src/lib/libewl.la
 ewl_embed_test_SOURCES         =       ewl_embed_test.c
 
@@ -37,15 +27,10 @@
 # ewl_simple_test_LDFLAGS      =       
 ewl_simple_test_LDADD          =       $(top_builddir)/src/lib/libewl.la 
@EDJE_LIBS@ @ECORE_LIBS@ @EVAS_LIBS@ @EMOTION_LIBS@
 
-ewl_media_test_DEPENDENCIES            =       
$(top_builddir)/src/lib/libewl.la
-ewl_media_test_SOURCES                 =       ewl_media_test.c
-
-# ewl_media_test_LDFLAGS               =       
-ewl_media_test_LDADD                   = $(top_builddir)/src/lib/libewl.la 
@EDJE_LIBS@ @ECORE_LIBS@ @EVAS_LIBS@ @EMOTION_LIBS@
-
 EXTRA_DIST                     =       $(ewl_test_SOURCES) \
                                        $(ewl_embed_test_SOURCES) \
                                        $(ewl_simple_test_SOURCES)
 
 exampledir                     =       $(pkgdatadir)/examples/
 example_DATA                   =       $(ewl_test_SOURCES)
+
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/main.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- main.c      9 Mar 2006 18:57:35 -0000       1.11
+++ main.c      10 Mar 2006 04:05:41 -0000      1.12
@@ -1,4 +1,4 @@
-#include "Ewl_Test2.h"
+#include "Ewl_Test.h"
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to