test/main.c

changeset 198
b0f4fb043b47
parent 192
1e51558b9d09
child 200
e3aad99d2d80
--- a/test/main.c	Mon May 18 18:42:45 2015 +0200
+++ b/test/main.c	Mon May 18 19:12:32 2015 +0200
@@ -43,6 +43,7 @@
 #include "prop_tests.h"
 #include "buffer_tests.h"
 #include "utils_tests.h"
+#include "avl_tests.h"
 
 UCX_EXTERN UCX_TEST(testTestSuitePositive) {
     UCX_TEST_BEGIN
@@ -217,6 +218,9 @@
         ucx_test_register(suite, test_ucx_fprintf);
         ucx_test_register(suite, test_ucx_asprintf);
         ucx_test_register(suite, test_ucx_stream_copy);
+        
+        /* AVL Tests */
+        ucx_test_register(suite, test_ucx_avl_put);
 
         ucx_test_run(suite, stdout);
         fflush(stdout);

mercurial