diff -r 02f38adea013 -r 46356d74e873 test/main.c --- a/test/main.c Thu Oct 04 18:23:32 2012 +0200 +++ b/test/main.c Thu Oct 04 18:46:57 2012 +0200 @@ -148,6 +148,7 @@ ucx_test_register(suite, test_ucx_map_iterator); ucx_test_register(suite, test_ucx_map_iterator_chain); ucx_test_register(suite, test_ucx_map_store_load); + ucx_test_register(suite, test_ucx_map_clone); /* sstring Tests */ ucx_test_register(suite, test_sstrsplit);