test/array_tests.h

branch
feature/array
changeset 354
7fd13b9f8f60
parent 344
320b962afaf9
child 355
d315a068235a
equal deleted inserted replaced
353:135ce35d5108 354:7fd13b9f8f60
37 #endif 37 #endif
38 38
39 UCX_TEST(test_ucx_array_free); 39 UCX_TEST(test_ucx_array_free);
40 UCX_TEST(test_ucx_array_new); 40 UCX_TEST(test_ucx_array_new);
41 UCX_TEST(test_ucx_array_at); 41 UCX_TEST(test_ucx_array_at);
42 UCX_TEST(test_ucx_array_append_from);
43 UCX_TEST(test_ucx_array_prepend_from);
44 UCX_TEST(test_ucx_array_set_from);
42 UCX_TEST(test_ucx_array_append); 45 UCX_TEST(test_ucx_array_append);
43 UCX_TEST(test_ucx_array_prepend); 46 UCX_TEST(test_ucx_array_prepend);
44 UCX_TEST(test_ucx_array_set); 47 UCX_TEST(test_ucx_array_set);
45 UCX_TEST(test_ucx_array_autogrow); 48 UCX_TEST(test_ucx_array_autogrow);
46 UCX_TEST(test_ucx_array_equals); 49 UCX_TEST(test_ucx_array_equals);

mercurial