test/main.c

changeset 31
91ac86557290
parent 29
bce0d7f2912b
child 33
9c219a62070d
     1.1 --- a/test/main.c	Fri Feb 24 15:53:50 2012 +0100
     1.2 +++ b/test/main.c	Fri May 25 17:39:27 2012 +0200
     1.3 @@ -111,6 +111,7 @@
     1.4          ucx_test_register(suite, test_ucx_key);
     1.5          ucx_test_register(suite, test_ucx_map_put);
     1.6          ucx_test_register(suite, test_ucx_map_get);
     1.7 +        ucx_test_register(suite, test_ucx_map_iterator);
     1.8          
     1.9          ucx_test_run(suite, stdout);
    1.10          ucx_test_suite_free(suite);

mercurial