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_lalloc.c
Log Message:
Cover lazy allocator at 100%. Add error checking capability.
===================================================================
RCS file: /cvs/e/e17/proto/eina/src/tests/eina_suite.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- eina_suite.h 1 Aug 2008 15:44:52 -0000 1.3
+++ eina_suite.h 4 Aug 2008 16:50:03 -0000 1.4
@@ -12,5 +12,6 @@
void eina_test_error(TCase *tc);
void eina_test_magic(TCase *tc);
void eina_test_inlist(TCase *tc);
+void eina_test_lalloc(TCase *tc);
#endif /* EINA_SUITE_H_ */
===================================================================
RCS file: /cvs/e/e17/proto/eina/src/tests/eina_suite.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- eina_suite.c 1 Aug 2008 15:44:52 -0000 1.3
+++ eina_suite.c 4 Aug 2008 16:50:03 -0000 1.4
@@ -13,6 +13,7 @@
{ "Error", eina_test_error },
{ "Magic", eina_test_magic },
{ "Inlist", eina_test_inlist },
+ { "Lazy alloc", eina_test_lalloc },
{ NULL, NULL }
};
===================================================================
RCS file: /cvs/e/e17/proto/eina/src/tests/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 1 Aug 2008 15:44:52 -0000 1.3
+++ Makefile.am 4 Aug 2008 16:50:03 -0000 1.4
@@ -16,7 +16,8 @@
eina_test_array.c \
eina_test_error.c \
eina_test_magic.c \
-eina_test_inlist.c
+eina_test_inlist.c \
+eina_test_lalloc.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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs