Enlightenment CVS committal Author : cedric Project : e17 Module : proto/eina
Dir : e17/proto/eina/src/tests Modified Files: Makefile.am eina_suite.c eina_suite.h Added Files: eina_test_inlist.c Log Message: Add eina inlist tests suite, remove dead code and cleanup iterator. =================================================================== RCS file: /cvs/e/e17/proto/eina/src/tests/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- Makefile.am 1 Aug 2008 14:27:01 -0000 1.2 +++ Makefile.am 1 Aug 2008 15:44:52 -0000 1.3 @@ -15,7 +15,9 @@ eina_test_stringshare.c \ eina_test_array.c \ eina_test_error.c \ -eina_test_magic.c +eina_test_magic.c \ +eina_test_inlist.c + eina_suite_LDADD = @CHECK_LIBS@ $(top_builddir)/src/lib/libeina.la EXTRA_DIST = eina_suite.h =================================================================== RCS file: /cvs/e/e17/proto/eina/src/tests/eina_suite.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- eina_suite.c 1 Aug 2008 14:27:01 -0000 1.2 +++ eina_suite.c 1 Aug 2008 15:44:52 -0000 1.3 @@ -12,6 +12,7 @@ { "String Share", eina_test_stringshare }, { "Error", eina_test_error }, { "Magic", eina_test_magic }, + { "Inlist", eina_test_inlist }, { NULL, NULL } }; =================================================================== RCS file: /cvs/e/e17/proto/eina/src/tests/eina_suite.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- eina_suite.h 1 Aug 2008 14:27:01 -0000 1.2 +++ eina_suite.h 1 Aug 2008 15:44:52 -0000 1.3 @@ -11,5 +11,6 @@ void eina_test_array(TCase *tc); void eina_test_error(TCase *tc); void eina_test_magic(TCase *tc); +void eina_test_inlist(TCase *tc); #endif /* EINA_SUITE_H_ */ ------------------------------------------------------------------------- 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