test/main.c

changeset 142
ee8cb27d8b8e
parent 140
15f871f50bfd
child 146
aa376dba1ba8
     1.1 --- a/test/main.c	Tue Aug 13 14:20:12 2013 +0200
     1.2 +++ b/test/main.c	Wed Aug 14 15:22:35 2013 +0200
     1.3 @@ -40,6 +40,7 @@
     1.4  #include "map_tests.h"
     1.5  #include "prop_tests.h"
     1.6  #include "buffer_tests.h"
     1.7 +#include "utils_tests.h"
     1.8  
     1.9  UCX_EXTERN UCX_TEST(testTestSuitePositive) {
    1.10      UCX_TEST_BEGIN
    1.11 @@ -177,6 +178,10 @@
    1.12          ucx_test_register(suite, test_ucx_buffer_read);
    1.13          ucx_test_register(suite, test_ucx_buffer_extract);
    1.14          ucx_test_register(suite, test_ucx_stream_copy);
    1.15 +        
    1.16 +        /* Utils Tests*/
    1.17 +        ucx_test_register(suite, test_ucx_fprintf);
    1.18 +        ucx_test_register(suite, test_ucx_asprintf);
    1.19  
    1.20          ucx_test_run(suite, stdout);
    1.21          fflush(stdout);

mercurial