test/array_tests.h

branch
feature/array
changeset 354
7fd13b9f8f60
parent 344
320b962afaf9
child 355
d315a068235a
     1.1 --- a/test/array_tests.h	Sat Aug 10 09:47:59 2019 +0200
     1.2 +++ b/test/array_tests.h	Sat Aug 10 11:12:49 2019 +0200
     1.3 @@ -39,6 +39,9 @@
     1.4  UCX_TEST(test_ucx_array_free);
     1.5  UCX_TEST(test_ucx_array_new);
     1.6  UCX_TEST(test_ucx_array_at);
     1.7 +UCX_TEST(test_ucx_array_append_from);
     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_prepend);
    1.12  UCX_TEST(test_ucx_array_set);

mercurial