test/main.c

branch
feature/array
changeset 355
d315a068235a
parent 354
7fd13b9f8f60
child 356
77efe51c6c9a
     1.1 --- a/test/main.c	Sat Aug 10 11:12:49 2019 +0200
     1.2 +++ b/test/main.c	Tue Sep 24 20:16:00 2019 +0200
     1.3 @@ -163,6 +163,7 @@
     1.4          ucx_test_register(suite, test_ucx_array_shrink);
     1.5          ucx_test_register(suite, test_ucx_array_resize);
     1.6          ucx_test_register(suite, test_ucx_array_reserve);
     1.7 +        ucx_test_register(suite, test_ucx_array_util_set);
     1.8          
     1.9          /* UcxList Tests */
    1.10          ucx_test_register(suite, test_ucx_list_append);

mercurial