diff -r e25dc68336ec -r e3aad99d2d80 test/main.c --- a/test/main.c Mon May 18 19:49:03 2015 +0200 +++ b/test/main.c Mon May 18 19:52:03 2015 +0200 @@ -221,6 +221,7 @@ /* AVL Tests */ ucx_test_register(suite, test_ucx_avl_put); + ucx_test_register(suite, test_ucx_avl_remove); ucx_test_run(suite, stdout); fflush(stdout);