Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        Makefile.am ewl_border.c ewl_box.c ewl_button.c 
        ewl_colordialog.c ewl_datepicker.c 
Added Files:
        ewl_freebox.c ewl_paned.c ewl_text.c 


Log Message:
- move Test.h to Ewl_Test2.h
- add freebox, paned and text tests
- a bit of cleanup of the other pieces

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/tests/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 2 Mar 2006 06:34:30 -0000       1.1
+++ Makefile.am 2 Mar 2006 23:52:49 -0000       1.2
@@ -14,7 +14,8 @@
 pkgdir                  = $(libdir)/ewl/tests
 
 pkg_LTLIBRARIES                = ewl_border.la ewl_box.la ewl_button.la \
-                         ewl_colordialog.la ewl_datepicker.la
+                         ewl_colordialog.la ewl_datepicker.la \
+                         ewl_freebox.la ewl_paned.la ewl_text.la
 
 ewl_border_la_SOURCES   = ewl_border.c
 ewl_border_la_LIBADD    = $(top_builddir)/src/lib/libewl.la
@@ -51,4 +52,25 @@
                          -L$(top_builddir)/src/lib/.libs
 ewl_datepicker_la_DEPENDENCIES = 
 
+ewl_freebox_la_SOURCES   = ewl_freebox.c
+ewl_freebox_la_LIBADD    = $(top_builddir)/src/lib/libewl.la
+ewl_freebox_la_LDFLAGS = -module -avoid-version \
+                         -L$(top_builddir)/src/lib \
+                         -L$(top_builddir)/src/lib/.libs
+ewl_freebox_la_DEPENDENCIES = 
+
+ewl_paned_la_SOURCES   = ewl_paned.c
+ewl_paned_la_LIBADD    = $(top_builddir)/src/lib/libewl.la
+ewl_paned_la_LDFLAGS   = -module -avoid-version \
+                         -L$(top_builddir)/src/lib \
+                         -L$(top_builddir)/src/lib/.libs
+ewl_paned_la_DEPENDENCIES = 
+
+ewl_text_la_SOURCES   = ewl_text.c
+ewl_text_la_LIBADD    = $(top_builddir)/src/lib/libewl.la
+ewl_text_la_LDFLAGS    = -module -avoid-version \
+                         -L$(top_builddir)/src/lib \
+                         -L$(top_builddir)/src/lib/.libs
+ewl_text_la_DEPENDENCIES = 
+
 EXTRA_DIST = Ewl_Test.h
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/tests/ewl_border.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_border.c        2 Mar 2006 06:34:30 -0000       1.1
+++ ewl_border.c        2 Mar 2006 23:52:49 -0000       1.2
@@ -1,4 +1,4 @@
-#include "Test.h"
+#include "Ewl_Test2.h"
 
 static Ewl_Widget *button_aleft, *button_acenter;
 static Ewl_Widget *button_aright, *button_atop, *button_abottom;
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/tests/ewl_box.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_box.c   2 Mar 2006 06:34:30 -0000       1.1
+++ ewl_box.c   2 Mar 2006 23:52:49 -0000       1.2
@@ -1,4 +1,4 @@
-#include "Test.h"
+#include "Ewl_Test2.h"
 #include <stdio.h>
 
 static int create_test(Ewl_Container *box);
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/tests/ewl_button.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_button.c        2 Mar 2006 06:34:30 -0000       1.1
+++ ewl_button.c        2 Mar 2006 23:52:49 -0000       1.2
@@ -1,4 +1,4 @@
-#include "Test.h"
+#include "Ewl_Test2.h"
 #include <stdio.h>
 
 static int create_test(Ewl_Container *win);
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/tests/ewl_colordialog.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_colordialog.c   2 Mar 2006 06:34:30 -0000       1.1
+++ ewl_colordialog.c   2 Mar 2006 23:52:49 -0000       1.2
@@ -1,4 +1,4 @@
-#include "Test.h"
+#include "Ewl_Test2.h"
 #include <stdlib.h>
 
 static int create_test(Ewl_Container *win);
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/tests/ewl_datepicker.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_datepicker.c    2 Mar 2006 06:34:30 -0000       1.1
+++ ewl_datepicker.c    2 Mar 2006 23:52:49 -0000       1.2
@@ -1,4 +1,4 @@
-#include "Test.h"
+#include "Ewl_Test2.h"
 #include <stdio.h>
 
 static int create_test(Ewl_Container *win);




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