test/main.c

changeset 112
6384016df2a3
parent 110
1cf71e56f01e
child 113
8693d7874773
equal deleted inserted replaced
111:c8c59d7f4536 112:6384016df2a3
163 ucx_test_register(suite, test_ucx_map_put); 163 ucx_test_register(suite, test_ucx_map_put);
164 ucx_test_register(suite, test_ucx_map_get); 164 ucx_test_register(suite, test_ucx_map_get);
165 ucx_test_register(suite, test_ucx_map_remove); 165 ucx_test_register(suite, test_ucx_map_remove);
166 ucx_test_register(suite, test_ucx_map_iterator); 166 ucx_test_register(suite, test_ucx_map_iterator);
167 ucx_test_register(suite, test_ucx_map_iterator_chain); 167 ucx_test_register(suite, test_ucx_map_iterator_chain);
168 ucx_test_register(suite, test_ucx_map_store_load);
169 ucx_test_register(suite, test_ucx_map_store_load_with_mempool);
170 ucx_test_register(suite, test_ucx_map_clone); 168 ucx_test_register(suite, test_ucx_map_clone);
171 ucx_test_register(suite, test_ucx_map_rehash); 169 ucx_test_register(suite, test_ucx_map_rehash);
172 170
173 /* UcxPropertiesParser Tests */ 171 /* UcxPropertiesParser Tests */
174 ucx_test_register(suite, test_ucx_properties_new); 172 ucx_test_register(suite, test_ucx_properties_new);

mercurial