test/array_tests.h

changeset 366
41a7cef34c19
parent 356
77efe51c6c9a
child 369
28a8ccc442b0
     1.1 --- a/test/array_tests.h	Sun Nov 03 17:03:10 2019 +0100
     1.2 +++ b/test/array_tests.h	Wed Nov 06 16:27:54 2019 +0100
     1.3 @@ -40,9 +40,11 @@
     1.4  UCX_TEST(test_ucx_array_new);
     1.5  UCX_TEST(test_ucx_array_at);
     1.6  UCX_TEST(test_ucx_array_append_from);
     1.7 +UCX_TEST(test_ucx_array_append_from_struct);
     1.8  UCX_TEST(test_ucx_array_prepend_from);
     1.9  UCX_TEST(test_ucx_array_set_from);
    1.10  UCX_TEST(test_ucx_array_append);
    1.11 +UCX_TEST(test_ucx_array_append_struct);
    1.12  UCX_TEST(test_ucx_array_prepend);
    1.13  UCX_TEST(test_ucx_array_set);
    1.14  UCX_TEST(test_ucx_array_autogrow);

mercurial