test/main.c

changeset 198
b0f4fb043b47
parent 192
1e51558b9d09
child 200
e3aad99d2d80
     1.1 --- a/test/main.c	Mon May 18 18:42:45 2015 +0200
     1.2 +++ b/test/main.c	Mon May 18 19:12:32 2015 +0200
     1.3 @@ -43,6 +43,7 @@
     1.4  #include "prop_tests.h"
     1.5  #include "buffer_tests.h"
     1.6  #include "utils_tests.h"
     1.7 +#include "avl_tests.h"
     1.8  
     1.9  UCX_EXTERN UCX_TEST(testTestSuitePositive) {
    1.10      UCX_TEST_BEGIN
    1.11 @@ -217,6 +218,9 @@
    1.12          ucx_test_register(suite, test_ucx_fprintf);
    1.13          ucx_test_register(suite, test_ucx_asprintf);
    1.14          ucx_test_register(suite, test_ucx_stream_copy);
    1.15 +        
    1.16 +        /* AVL Tests */
    1.17 +        ucx_test_register(suite, test_ucx_avl_put);
    1.18  
    1.19          ucx_test_run(suite, stdout);
    1.20          fflush(stdout);

mercurial