test/main.c

branch
feature/array
changeset 344
320b962afaf9
parent 342
8f0a3c00d1d2
child 354
7fd13b9f8f60
     1.1 --- a/test/main.c	Wed Aug 07 19:43:50 2019 +0200
     1.2 +++ b/test/main.c	Wed Aug 07 20:45:21 2019 +0200
     1.3 @@ -145,6 +145,7 @@
     1.4          /* UcxArray Tests */
     1.5          ucx_test_register(suite, test_ucx_array_free);
     1.6          ucx_test_register(suite, test_ucx_array_new);
     1.7 +        ucx_test_register(suite, test_ucx_array_at);
     1.8          ucx_test_register(suite, test_ucx_array_append);
     1.9          ucx_test_register(suite, test_ucx_array_prepend);
    1.10          ucx_test_register(suite, test_ucx_array_set);

mercurial