Unit test for tree functions. Little fixes.

This commit is contained in:
Vreixo Formoso
2007-12-06 22:45:16 +01:00
parent 5df6b2c3d2
commit 7f9c5c9065
5 changed files with 267 additions and 4 deletions

View File

@ -4,12 +4,11 @@ static void create_test_suite()
{
add_node_suite();
add_image_suite();
add_tree_suite();
}
int main(int argc, char **argv)
{
CU_pSuite pSuite = NULL;
/* initialize the CUnit test registry */
if (CUE_SUCCESS != CU_initialize_registry())
return CU_get_error();