test/main.c

changeset 51
1c78cd19fb6b
parent 49
1771360b740d
child 53
e533c170bfb8
     1.1 --- a/test/main.c	Fri Oct 05 13:23:25 2012 +0200
     1.2 +++ b/test/main.c	Fri Oct 05 14:06:40 2012 +0200
     1.3 @@ -150,6 +150,7 @@
     1.4          ucx_test_register(suite, test_ucx_map_store_load);
     1.5          ucx_test_register(suite, test_ucx_map_store_load_with_mempool);
     1.6          ucx_test_register(suite, test_ucx_map_clone);
     1.7 +        ucx_test_register(suite, test_ucx_map_rehash);
     1.8          
     1.9          /* sstring Tests */
    1.10          ucx_test_register(suite, test_sstr);

mercurial