109 /* UcxMap Tests */ |
109 /* UcxMap Tests */ |
110 ucx_test_register(suite, test_ucx_map_new); |
110 ucx_test_register(suite, test_ucx_map_new); |
111 ucx_test_register(suite, test_ucx_key); |
111 ucx_test_register(suite, test_ucx_key); |
112 ucx_test_register(suite, test_ucx_map_put); |
112 ucx_test_register(suite, test_ucx_map_put); |
113 ucx_test_register(suite, test_ucx_map_get); |
113 ucx_test_register(suite, test_ucx_map_get); |
|
114 ucx_test_register(suite, test_ucx_map_iterator); |
114 |
115 |
115 ucx_test_run(suite, stdout); |
116 ucx_test_run(suite, stdout); |
116 ucx_test_suite_free(suite); |
117 ucx_test_suite_free(suite); |
117 |
118 |
118 return EXIT_SUCCESS; |
119 return EXIT_SUCCESS; |