diff -r a82f3456b76d -r b0f4fb043b47 test/main.c --- 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);