test/main.c

changeset 54
f634f790661a
parent 53
e533c170bfb8
child 55
180bc6b18fec
     1.1 --- a/test/main.c	Mon Oct 08 12:29:27 2012 +0200
     1.2 +++ b/test/main.c	Mon Oct 08 14:04:52 2012 +0200
     1.3 @@ -33,6 +33,7 @@
     1.4  
     1.5  #include "main.h"
     1.6  
     1.7 +#include "logging_tests.h"
     1.8  #include "list_tests.h"
     1.9  #include "dlist_tests.h"
    1.10  #include "string_tests.h"
    1.11 @@ -106,6 +107,9 @@
    1.12  
    1.13          printf("\nLibrary function tests\n");
    1.14          suite = ucx_test_suite_new();
    1.15 +        /* UcxLogger Tests */
    1.16 +        ucx_test_register(suite, test_ucx_logger_log);
    1.17 +
    1.18          /* UcxList Tests */
    1.19          ucx_test_register(suite, test_ucx_list_append);
    1.20          ucx_test_register(suite, test_ucx_list_prepend);

mercurial