First util functions, with corresponding unit test.

This commit is contained in:
Vreixo Formoso
2007-12-13 21:02:36 +01:00
parent 60d68df84c
commit 115da82c9e
6 changed files with 80 additions and 3 deletions

View File

@ -5,6 +5,7 @@ static void create_test_suite()
add_node_suite();
add_image_suite();
add_tree_suite();
add_util_suite();
}
int main(int argc, char **argv)