test/array_tests.h

branch
feature/array
changeset 342
8f0a3c00d1d2
parent 337
f695ae118460
child 344
320b962afaf9
equal deleted inserted replaced
341:b9715d7317c1 342:8f0a3c00d1d2
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);
42 UCX_TEST(test_ucx_array_append); 41 UCX_TEST(test_ucx_array_append);
43 UCX_TEST(test_ucx_array_prepend); 42 UCX_TEST(test_ucx_array_prepend);
44 UCX_TEST(test_ucx_array_set); 43 UCX_TEST(test_ucx_array_set);
45 UCX_TEST(test_ucx_array_autogrow); 44 UCX_TEST(test_ucx_array_autogrow);
46 UCX_TEST(test_ucx_array_equals); 45 UCX_TEST(test_ucx_array_equals);

mercurial