diff -r 6d7aa8a1a3b3 -r f695ae118460 test/main.c --- a/test/main.c Thu Jul 04 22:23:15 2019 +0200 +++ b/test/main.c Thu Jul 04 22:32:03 2019 +0200 @@ -148,6 +148,7 @@ ucx_test_register(suite, test_ucx_array_at); ucx_test_register(suite, test_ucx_array_append); ucx_test_register(suite, test_ucx_array_prepend); + ucx_test_register(suite, test_ucx_array_set); ucx_test_register(suite, test_ucx_array_autogrow); ucx_test_register(suite, test_ucx_array_equals); ucx_test_register(suite, test_ucx_array_concat);