Activate all tests.

SVN revision: 35357
This commit is contained in:
Cedric BAIL 2008-08-06 16:00:12 +00:00
parent a20a3f518c
commit ee86227bc6
2 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,9 @@ static const Eina_Test_Case etc[] = {
{ "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 }
};

View File

@ -13,5 +13,8 @@ void eina_test_error(TCase *tc);
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_ */