test/main.c

changeset 53
e533c170bfb8
parent 51
1c78cd19fb6b
child 54
f634f790661a
equal deleted inserted replaced
52:34f50d0bada4 53:e533c170bfb8
143 /* UcxMap Tests */ 143 /* UcxMap Tests */
144 ucx_test_register(suite, test_ucx_map_new); 144 ucx_test_register(suite, test_ucx_map_new);
145 ucx_test_register(suite, test_ucx_key); 145 ucx_test_register(suite, test_ucx_key);
146 ucx_test_register(suite, test_ucx_map_put); 146 ucx_test_register(suite, test_ucx_map_put);
147 ucx_test_register(suite, test_ucx_map_get); 147 ucx_test_register(suite, test_ucx_map_get);
148 ucx_test_register(suite, test_ucx_map_remove);
148 ucx_test_register(suite, test_ucx_map_iterator); 149 ucx_test_register(suite, test_ucx_map_iterator);
149 ucx_test_register(suite, test_ucx_map_iterator_chain); 150 ucx_test_register(suite, test_ucx_map_iterator_chain);
150 ucx_test_register(suite, test_ucx_map_store_load); 151 ucx_test_register(suite, test_ucx_map_store_load);
151 ucx_test_register(suite, test_ucx_map_store_load_with_mempool); 152 ucx_test_register(suite, test_ucx_map_store_load_with_mempool);
152 ucx_test_register(suite, test_ucx_map_clone); 153 ucx_test_register(suite, test_ucx_map_clone);

mercurial