Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests


Modified Files:
        Makefile.am ewl_text.c 
Added Files:
        ewl_image.c 


Log Message:
Add the image test to ewl_test2.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/tests/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- Makefile.am 9 Mar 2006 05:26:04 -0000       1.13
+++ Makefile.am 9 Mar 2006 18:23:39 -0000       1.14
@@ -22,7 +22,7 @@
                          ewl_floater.la ewl_icon.la ewl_iconbox.la  \
                          ewl_tooltip.la ewl_seeker.la ewl_statusbar.la \
                          ewl_scrollbar.la ewl_password.la ewl_menubar.la \
-                         ewl_tree2.la
+                         ewl_tree2.la ewl_image.la
 
 ewl_border_la_SOURCES   = ewl_border.c
 ewl_border_la_LIBADD    = $(top_builddir)/src/lib/libewl.la
@@ -157,6 +157,13 @@
                          -L$(top_builddir)/src/lib/.libs
 ewl_iconbox_la_DEPENDENCIES = 
 
+ewl_image_la_SOURCES   = ewl_image.c
+ewl_image_la_LIBADD    = $(top_builddir)/src/lib/libewl.la
+ewl_image_la_LDFLAGS   = -module -avoid-version \
+                         -L$(top_builddir)/src/lib \
+                         -L$(top_builddir)/src/lib/.libs
+ewl_image_la_DEPENDENCIES = 
+
 ewl_tooltip_la_SOURCES   = ewl_tooltip.c
 ewl_tooltip_la_LIBADD    = $(top_builddir)/src/lib/libewl.la
 ewl_tooltip_la_LDFLAGS = -module -avoid-version \
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/tests/ewl_text.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_text.c  9 Mar 2006 14:53:53 -0000       1.2
+++ ewl_text.c  9 Mar 2006 18:23:39 -0000       1.3
@@ -11,7 +11,7 @@
 static int text_test_set_get(char *buf, int len);
 
 static Ewl_Unit_Test text_unit_tests[] = {
-               {"set/get", text_test_set_get}, 
+               {"text set/get", text_test_set_get},    
                {NULL, NULL}
        };
 




-------------------------------------------------------
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