219 ucx_test_register(suite, test_ucx_asprintf); |
219 ucx_test_register(suite, test_ucx_asprintf); |
220 ucx_test_register(suite, test_ucx_stream_copy); |
220 ucx_test_register(suite, test_ucx_stream_copy); |
221 |
221 |
222 /* AVL Tests */ |
222 /* AVL Tests */ |
223 ucx_test_register(suite, test_ucx_avl_put); |
223 ucx_test_register(suite, test_ucx_avl_put); |
|
224 ucx_test_register(suite, test_ucx_avl_remove); |
224 |
225 |
225 ucx_test_run(suite, stdout); |
226 ucx_test_run(suite, stdout); |
226 fflush(stdout); |
227 fflush(stdout); |
227 ucx_test_suite_free(suite); |
228 ucx_test_suite_free(suite); |
228 |
229 |