test/array_tests.h

branch
feature/array
changeset 344
320b962afaf9
parent 342
8f0a3c00d1d2
child 354
7fd13b9f8f60
equal deleted inserted replaced
343:c09da4ee177f 344:320b962afaf9
36 extern "C" { 36 extern "C" {
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_append); 42 UCX_TEST(test_ucx_array_append);
42 UCX_TEST(test_ucx_array_prepend); 43 UCX_TEST(test_ucx_array_prepend);
43 UCX_TEST(test_ucx_array_set); 44 UCX_TEST(test_ucx_array_set);
44 UCX_TEST(test_ucx_array_autogrow); 45 UCX_TEST(test_ucx_array_autogrow);
45 UCX_TEST(test_ucx_array_equals); 46 UCX_TEST(test_ucx_array_equals);

mercurial