diff -r ff194559eb41 -r 1c78cd19fb6b test/main.c --- a/test/main.c Fri Oct 05 13:23:25 2012 +0200 +++ b/test/main.c Fri Oct 05 14:06:40 2012 +0200 @@ -150,6 +150,7 @@ ucx_test_register(suite, test_ucx_map_store_load); ucx_test_register(suite, test_ucx_map_store_load_with_mempool); ucx_test_register(suite, test_ucx_map_clone); + ucx_test_register(suite, test_ucx_map_rehash); /* sstring Tests */ ucx_test_register(suite, test_sstr);