diff -r c09da4ee177f -r 320b962afaf9 test/main.c --- a/test/main.c Wed Aug 07 19:43:50 2019 +0200 +++ b/test/main.c Wed Aug 07 20:45:21 2019 +0200 @@ -145,6 +145,7 @@ /* UcxArray Tests */ 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); ucx_test_register(suite, test_ucx_array_prepend); ucx_test_register(suite, test_ucx_array_set);