test/main.c

changeset 206
58b77eb51afd
parent 200
e3aad99d2d80
child 214
2bc19726c340
     1.1 --- a/test/main.c	Tue May 19 17:01:28 2015 +0200
     1.2 +++ b/test/main.c	Thu Oct 15 12:34:10 2015 +0200
     1.3 @@ -173,6 +173,7 @@
     1.4          ucx_test_register(suite, test_ucx_map_put);
     1.5          ucx_test_register(suite, test_ucx_map_get);
     1.6          ucx_test_register(suite, test_ucx_map_remove);
     1.7 +        ucx_test_register(suite, test_ucx_map_clear);
     1.8          ucx_test_register(suite, test_ucx_map_iterator);
     1.9          ucx_test_register(suite, test_ucx_map_iterator_chain);
    1.10          ucx_test_register(suite, test_ucx_map_clone);

mercurial