test/main.c

changeset 42
ff3dd1ee7dee
parent 40
583718dd4cf3
child 44
46356d74e873
equal deleted inserted replaced
41:7f90a03e186e 42:ff3dd1ee7dee
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_iterator); 148 ucx_test_register(suite, test_ucx_map_iterator);
149 ucx_test_register(suite, test_ucx_map_iterator_chain); 149 ucx_test_register(suite, test_ucx_map_iterator_chain);
150 ucx_test_register(suite, test_ucx_map_store_load);
150 151
151 /* sstring Tests */ 152 /* sstring Tests */
152 ucx_test_register(suite, test_sstrsplit); 153 ucx_test_register(suite, test_sstrsplit);
153 154
154 ucx_test_run(suite, stdout); 155 ucx_test_run(suite, stdout);

mercurial