test/list_tests.h

changeset 134
4d320dc3a7af
parent 123
7fb0f74517c5
child 177
11ad03783baf
equal deleted inserted replaced
133:0a70e0d36949 134:4d320dc3a7af
41 /* 41 /*
42 * Assumed to be correct: 42 * Assumed to be correct:
43 * ucx_list_free 43 * ucx_list_free
44 */ 44 */
45 45
46 UCX_TEST_DECLARE(test_ucx_list_append); 46 UCX_TEST(test_ucx_list_append);
47 UCX_TEST_DECLARE(test_ucx_list_prepend); 47 UCX_TEST(test_ucx_list_prepend);
48 UCX_TEST_DECLARE(test_ucx_list_equals); 48 UCX_TEST(test_ucx_list_equals);
49 UCX_TEST_DECLARE(test_ucx_list_concat); 49 UCX_TEST(test_ucx_list_concat);
50 UCX_TEST_DECLARE(test_ucx_list_size); 50 UCX_TEST(test_ucx_list_size);
51 UCX_TEST_DECLARE(test_ucx_list_first); 51 UCX_TEST(test_ucx_list_first);
52 UCX_TEST_DECLARE(test_ucx_list_last); 52 UCX_TEST(test_ucx_list_last);
53 UCX_TEST_DECLARE(test_ucx_list_get); 53 UCX_TEST(test_ucx_list_get);
54 UCX_TEST_DECLARE(test_ucx_list_indexof); 54 UCX_TEST(test_ucx_list_indexof);
55 UCX_TEST_DECLARE(test_ucx_list_find); 55 UCX_TEST(test_ucx_list_find);
56 UCX_TEST_DECLARE(test_ucx_list_contains); 56 UCX_TEST(test_ucx_list_contains);
57 UCX_TEST_DECLARE(test_ucx_list_remove); 57 UCX_TEST(test_ucx_list_remove);
58 UCX_TEST_DECLARE(test_ucx_list_clone); 58 UCX_TEST(test_ucx_list_clone);
59 UCX_TEST_DECLARE(test_ucx_list_sort); 59 UCX_TEST(test_ucx_list_sort);
60 60
61 #ifdef __cplusplus 61 #ifdef __cplusplus
62 } 62 }
63 #endif 63 #endif
64 64

mercurial