test/main.c

changeset 51
1c78cd19fb6b
parent 49
1771360b740d
child 53
e533c170bfb8
--- 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);

mercurial