test/main.c

changeset 142
ee8cb27d8b8e
parent 140
15f871f50bfd
child 146
aa376dba1ba8
--- a/test/main.c	Tue Aug 13 14:20:12 2013 +0200
+++ b/test/main.c	Wed Aug 14 15:22:35 2013 +0200
@@ -40,6 +40,7 @@
 #include "map_tests.h"
 #include "prop_tests.h"
 #include "buffer_tests.h"
+#include "utils_tests.h"
 
 UCX_EXTERN UCX_TEST(testTestSuitePositive) {
     UCX_TEST_BEGIN
@@ -177,6 +178,10 @@
         ucx_test_register(suite, test_ucx_buffer_read);
         ucx_test_register(suite, test_ucx_buffer_extract);
         ucx_test_register(suite, test_ucx_stream_copy);
+        
+        /* Utils Tests*/
+        ucx_test_register(suite, test_ucx_fprintf);
+        ucx_test_register(suite, test_ucx_asprintf);
 
         ucx_test_run(suite, stdout);
         fflush(stdout);

mercurial