Enlightenment CVS committal

Author  : cedric
Project : e17
Module  : proto/eina

Dir     : e17/proto/eina/src/tests


Modified Files:
        eina_suite.c eina_suite.h 


Log Message:
Activate all tests.


===================================================================
RCS file: /cvs/e/e17/proto/eina/src/tests/eina_suite.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- eina_suite.c        4 Aug 2008 16:50:03 -0000       1.4
+++ eina_suite.c        6 Aug 2008 16:00:12 -0000       1.5
@@ -14,6 +14,9 @@
   { "Magic", eina_test_magic },
   { "Inlist", eina_test_inlist },
   { "Lazy alloc", eina_test_lalloc },
+  { "Main", eina_test_main },
+  { "Counter", eina_test_counter },
+  { "Hash", eina_test_hash },
   { NULL, NULL }
 };
 
===================================================================
RCS file: /cvs/e/e17/proto/eina/src/tests/eina_suite.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- eina_suite.h        4 Aug 2008 16:50:03 -0000       1.4
+++ eina_suite.h        6 Aug 2008 16:00:12 -0000       1.5
@@ -13,5 +13,8 @@
 void eina_test_magic(TCase *tc);
 void eina_test_inlist(TCase *tc);
 void eina_test_lalloc(TCase *tc);
+void eina_test_main(TCase *tc);
+void eina_test_counter(TCase *tc);
+void eina_test_hash(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

Reply via email to