test/main.c

branch
feature/array
changeset 354
7fd13b9f8f60
parent 344
320b962afaf9
child 355
d315a068235a
     1.1 --- a/test/main.c	Sat Aug 10 09:47:59 2019 +0200
     1.2 +++ b/test/main.c	Sat Aug 10 11:12:49 2019 +0200
     1.3 @@ -146,6 +146,9 @@
     1.4          ucx_test_register(suite, test_ucx_array_free);
     1.5          ucx_test_register(suite, test_ucx_array_new);
     1.6          ucx_test_register(suite, test_ucx_array_at);
     1.7 +        ucx_test_register(suite, test_ucx_array_append_from);
     1.8 +        ucx_test_register(suite, test_ucx_array_prepend_from);
     1.9 +        ucx_test_register(suite, test_ucx_array_set_from);
    1.10          ucx_test_register(suite, test_ucx_array_append);
    1.11          ucx_test_register(suite, test_ucx_array_prepend);
    1.12          ucx_test_register(suite, test_ucx_array_set);

mercurial