test/main.c

changeset 44
46356d74e873
parent 42
ff3dd1ee7dee
child 47
22fb97e9f58a
child 48
621a4430c404
     1.1 --- a/test/main.c	Thu Oct 04 18:23:32 2012 +0200
     1.2 +++ b/test/main.c	Thu Oct 04 18:46:57 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_clone);
     1.8          
     1.9          /* sstring Tests */
    1.10          ucx_test_register(suite, test_sstrsplit);

mercurial