diff -r 72da0e4cbf4a -r 41a7cef34c19 test/main.c --- a/test/main.c Sun Nov 03 17:03:10 2019 +0100 +++ b/test/main.c Wed Nov 06 16:27:54 2019 +0100 @@ -148,9 +148,11 @@ 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_append_from_struct); 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_append_struct); ucx_test_register(suite, test_ucx_array_prepend); ucx_test_register(suite, test_ucx_array_set); ucx_test_register(suite, test_ucx_array_autogrow);