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); |