| 27 UCX_TEST_DECLARE(test_ucx_list_equals); |
27 UCX_TEST_DECLARE(test_ucx_list_equals); |
| 28 UCX_TEST_DECLARE(test_ucx_list_concat); |
28 UCX_TEST_DECLARE(test_ucx_list_concat); |
| 29 UCX_TEST_DECLARE(test_ucx_list_size); |
29 UCX_TEST_DECLARE(test_ucx_list_size); |
| 30 UCX_TEST_DECLARE(test_ucx_list_last); |
30 UCX_TEST_DECLARE(test_ucx_list_last); |
| 31 UCX_TEST_DECLARE(test_ucx_list_get); |
31 UCX_TEST_DECLARE(test_ucx_list_get); |
| |
32 UCX_TEST_DECLARE(test_ucx_list_contains); |
| 32 UCX_TEST_DECLARE(test_ucx_list_remove); |
33 UCX_TEST_DECLARE(test_ucx_list_remove); |
| 33 UCX_TEST_DECLARE(test_ucx_list_clone); |
34 UCX_TEST_DECLARE(test_ucx_list_clone); |
| 34 UCX_TEST_DECLARE(test_ucx_list_sort); |
35 UCX_TEST_DECLARE(test_ucx_list_sort); |
| 35 |
36 |
| 36 #ifdef __cplusplus |
37 #ifdef __cplusplus |