diff -r 72da0e4cbf4a -r 41a7cef34c19 test/array_tests.h --- a/test/array_tests.h Sun Nov 03 17:03:10 2019 +0100 +++ b/test/array_tests.h Wed Nov 06 16:27:54 2019 +0100 @@ -40,9 +40,11 @@ UCX_TEST(test_ucx_array_new); UCX_TEST(test_ucx_array_at); UCX_TEST(test_ucx_array_append_from); +UCX_TEST(test_ucx_array_append_from_struct); UCX_TEST(test_ucx_array_prepend_from); UCX_TEST(test_ucx_array_set_from); UCX_TEST(test_ucx_array_append); +UCX_TEST(test_ucx_array_append_struct); UCX_TEST(test_ucx_array_prepend); UCX_TEST(test_ucx_array_set); UCX_TEST(test_ucx_array_autogrow);