test/main.c

changeset 42
ff3dd1ee7dee
parent 40
583718dd4cf3
child 44
46356d74e873
     1.1 --- a/test/main.c	Thu Oct 04 14:08:31 2012 +0200
     1.2 +++ b/test/main.c	Thu Oct 04 16:03:18 2012 +0200
     1.3 @@ -147,6 +147,7 @@
     1.4          ucx_test_register(suite, test_ucx_map_get);
     1.5          ucx_test_register(suite, test_ucx_map_iterator);
     1.6          ucx_test_register(suite, test_ucx_map_iterator_chain);
     1.7 +        ucx_test_register(suite, test_ucx_map_store_load);
     1.8          
     1.9          /* sstring Tests */
    1.10          ucx_test_register(suite, test_sstrsplit);

mercurial