test/main.c

changeset 48
621a4430c404
parent 44
46356d74e873
child 49
1771360b740d
     1.1 --- a/test/main.c	Fri Oct 05 10:25:33 2012 +0200
     1.2 +++ b/test/main.c	Fri Oct 05 11:52:53 2012 +0200
     1.3 @@ -148,6 +148,7 @@
     1.4          ucx_test_register(suite, test_ucx_map_iterator);
     1.5          ucx_test_register(suite, test_ucx_map_iterator_chain);
     1.6          ucx_test_register(suite, test_ucx_map_store_load);
     1.7 +        ucx_test_register(suite, test_ucx_map_store_load_with_mempool);
     1.8          ucx_test_register(suite, test_ucx_map_clone);
     1.9          
    1.10          /* sstring Tests */

mercurial