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_error.c eina_test_magic.c Log Message: Add test for error and magic. =================================================================== RCS file: /cvs/e/e17/proto/eina/src/tests/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Makefile.am 1 Aug 2008 12:22:31 -0000 1.1 +++ Makefile.am 1 Aug 2008 14:27:01 -0000 1.2 @@ -10,7 +10,12 @@ check_PROGRAMS = eina_suite -eina_suite_SOURCES = eina_suite.c eina_test_stringshare.c eina_test_array.c +eina_suite_SOURCES = \ +eina_suite.c \ +eina_test_stringshare.c \ +eina_test_array.c \ +eina_test_error.c \ +eina_test_magic.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.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- eina_suite.c 1 Aug 2008 12:22:31 -0000 1.1 +++ eina_suite.c 1 Aug 2008 14:27:01 -0000 1.2 @@ -10,6 +10,8 @@ static const Eina_Test_Case etc[] = { { "Array", eina_test_array }, { "String Share", eina_test_stringshare }, + { "Error", eina_test_error }, + { "Magic", eina_test_magic }, { NULL, NULL } }; =================================================================== RCS file: /cvs/e/e17/proto/eina/src/tests/eina_suite.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- eina_suite.h 1 Aug 2008 12:22:31 -0000 1.1 +++ eina_suite.h 1 Aug 2008 14:27:01 -0000 1.2 @@ -9,5 +9,7 @@ void eina_test_stringshare(TCase *tc); void eina_test_array(TCase *tc); +void eina_test_error(TCase *tc); +void eina_test_magic(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