Enlightenment CVS committal

Author  : cedric
Project : e17
Module  : proto/eina

Dir     : e17/proto/eina/src/tests


Modified Files:
        eina_suite.h eina_suite.c Makefile.am 
Added Files:
        eina_test_list.c 


Log Message:
Add eina_list test suite. Cleanup list implementation and share out of memory 
error.


===================================================================
RCS file: /cvs/e/e17/proto/eina/src/tests/eina_suite.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- eina_suite.h        6 Aug 2008 18:15:24 -0000       1.6
+++ eina_suite.h        7 Aug 2008 13:09:08 -0000       1.7
@@ -34,5 +34,6 @@
 void eina_test_main(TCase *tc);
 void eina_test_counter(TCase *tc);
 void eina_test_hash(TCase *tc);
+void eina_test_list(TCase *tc);
 
 #endif /* EINA_SUITE_H_ */
===================================================================
RCS file: /cvs/e/e17/proto/eina/src/tests/eina_suite.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- eina_suite.c        6 Aug 2008 18:15:24 -0000       1.6
+++ eina_suite.c        7 Aug 2008 13:09:08 -0000       1.7
@@ -35,6 +35,7 @@
   { "Main", eina_test_main },
   { "Counter", eina_test_counter },
   { "Hash", eina_test_hash },
+  { "List", eina_test_list },
   { NULL, NULL }
 };
 
===================================================================
RCS file: /cvs/e/e17/proto/eina/src/tests/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 6 Aug 2008 15:54:56 -0000       1.5
+++ Makefile.am 7 Aug 2008 13:09:09 -0000       1.6
@@ -21,7 +21,8 @@
 eina_test_main.c \
 eina_test_counter.c \
 eina_test_lalloc.c \
-eina_test_hash.c
+eina_test_hash.c \
+eina_test_list.c
 
 eina_suite_LDADD = @CHECK_LIBS@ $(top_builddir)/src/lib/libeina.la
 



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to