test/main.c

changeset 374
be77fb2da242
parent 371
365b24f20f98
child 378
952c2df7e7ac
equal deleted inserted replaced
373:6f63f5ed3cab 374:be77fb2da242
211 ucx_test_register(suite, test_ucx_map_clear); 211 ucx_test_register(suite, test_ucx_map_clear);
212 ucx_test_register(suite, test_ucx_map_iterator); 212 ucx_test_register(suite, test_ucx_map_iterator);
213 ucx_test_register(suite, test_ucx_map_iterator_chain); 213 ucx_test_register(suite, test_ucx_map_iterator_chain);
214 ucx_test_register(suite, test_ucx_map_clone); 214 ucx_test_register(suite, test_ucx_map_clone);
215 ucx_test_register(suite, test_ucx_map_rehash); 215 ucx_test_register(suite, test_ucx_map_rehash);
216 ucx_test_register(suite, test_ucx_map_union);
217 ucx_test_register(suite, test_ucx_map_intersection);
218 ucx_test_register(suite, test_ucx_map_difference);
216 219
217 /* UcxPropertiesParser Tests */ 220 /* UcxPropertiesParser Tests */
218 ucx_test_register(suite, test_ucx_properties_new); 221 ucx_test_register(suite, test_ucx_properties_new);
219 ucx_test_register(suite, test_ucx_properties_next); 222 ucx_test_register(suite, test_ucx_properties_next);
220 ucx_test_register(suite, test_ucx_properties_next_multi); 223 ucx_test_register(suite, test_ucx_properties_next_multi);

mercurial