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 ucx_test_register(suite, test_ucx_map_store_load); |
|
151 ucx_test_register(suite, test_ucx_map_store_load_with_mempool); |
151 ucx_test_register(suite, test_ucx_map_clone); |
152 ucx_test_register(suite, test_ucx_map_clone); |
152 |
153 |
153 /* sstring Tests */ |
154 /* sstring Tests */ |
154 ucx_test_register(suite, test_sstrsplit); |
155 ucx_test_register(suite, test_sstrsplit); |
155 |
156 |