diff -r 23bb65cbf7a4 -r 91ac86557290 test/main.c --- a/test/main.c Fri Feb 24 15:53:50 2012 +0100 +++ b/test/main.c Fri May 25 17:39:27 2012 +0200 @@ -111,6 +111,7 @@ ucx_test_register(suite, test_ucx_key); ucx_test_register(suite, test_ucx_map_put); ucx_test_register(suite, test_ucx_map_get); + ucx_test_register(suite, test_ucx_map_iterator); ucx_test_run(suite, stdout); ucx_test_suite_free(suite);