diff -r 7fd13b9f8f60 -r d315a068235a test/main.c --- a/test/main.c Sat Aug 10 11:12:49 2019 +0200 +++ b/test/main.c Tue Sep 24 20:16:00 2019 +0200 @@ -163,6 +163,7 @@ ucx_test_register(suite, test_ucx_array_shrink); ucx_test_register(suite, test_ucx_array_resize); ucx_test_register(suite, test_ucx_array_reserve); + ucx_test_register(suite, test_ucx_array_util_set); /* UcxList Tests */ ucx_test_register(suite, test_ucx_list_append);