test/main.c

changeset 110
1cf71e56f01e
parent 109
75cb6590358b
child 112
6384016df2a3
equal deleted inserted replaced
109:75cb6590358b 110:1cf71e56f01e
169 ucx_test_register(suite, test_ucx_map_store_load_with_mempool); 169 ucx_test_register(suite, test_ucx_map_store_load_with_mempool);
170 ucx_test_register(suite, test_ucx_map_clone); 170 ucx_test_register(suite, test_ucx_map_clone);
171 ucx_test_register(suite, test_ucx_map_rehash); 171 ucx_test_register(suite, test_ucx_map_rehash);
172 172
173 /* UcxPropertiesParser Tests */ 173 /* UcxPropertiesParser Tests */
174 ucx_test_register(suite, test_ucx_prop_new); 174 ucx_test_register(suite, test_ucx_properties_new);
175 ucx_test_register(suite, test_ucx_prop_parse); 175 ucx_test_register(suite, test_ucx_properties_next);
176 ucx_test_register(suite, test_ucx_prop_parse_multi); 176 ucx_test_register(suite, test_ucx_properties_next_multi);
177 ucx_test_register(suite, test_ucx_prop_parse_part); 177 ucx_test_register(suite, test_ucx_properties_next_part);
178 ucx_test_register(suite, test_ucx_prop_parse_long); 178 ucx_test_register(suite, test_ucx_properties_next_long);
179 ucx_test_register(suite, test_ucx_prop_parse2map); 179 ucx_test_register(suite, test_ucx_properties2map);
180 ucx_test_register(suite, test_ucx_properties_load); 180 ucx_test_register(suite, test_ucx_properties_load);
181 ucx_test_register(suite, test_ucx_properties_store); 181 ucx_test_register(suite, test_ucx_properties_store);
182 182
183 /* UcxBuffer Tests */ 183 /* UcxBuffer Tests */
184 ucx_test_register(suite, test_ucx_buffer_seektell); 184 ucx_test_register(suite, test_ucx_buffer_seektell);

mercurial