diff -r e533c170bfb8 -r f634f790661a test/main.c --- a/test/main.c Mon Oct 08 12:29:27 2012 +0200 +++ b/test/main.c Mon Oct 08 14:04:52 2012 +0200 @@ -33,6 +33,7 @@ #include "main.h" +#include "logging_tests.h" #include "list_tests.h" #include "dlist_tests.h" #include "string_tests.h" @@ -106,6 +107,9 @@ printf("\nLibrary function tests\n"); suite = ucx_test_suite_new(); + /* UcxLogger Tests */ + ucx_test_register(suite, test_ucx_logger_log); + /* UcxList Tests */ ucx_test_register(suite, test_ucx_list_append); ucx_test_register(suite, test_ucx_list_prepend);