diff -r 135ce35d5108 -r 7fd13b9f8f60 test/main.c --- a/test/main.c Sat Aug 10 09:47:59 2019 +0200 +++ b/test/main.c Sat Aug 10 11:12:49 2019 +0200 @@ -146,6 +146,9 @@ ucx_test_register(suite, test_ucx_array_free); ucx_test_register(suite, test_ucx_array_new); ucx_test_register(suite, test_ucx_array_at); + ucx_test_register(suite, test_ucx_array_append_from); + ucx_test_register(suite, test_ucx_array_prepend_from); + ucx_test_register(suite, test_ucx_array_set_from); ucx_test_register(suite, test_ucx_array_append); ucx_test_register(suite, test_ucx_array_prepend); ucx_test_register(suite, test_ucx_array_set);