test/main.c

branch
feature/array
changeset 337
f695ae118460
parent 334
bc81faa9afda
child 342
8f0a3c00d1d2
     1.1 --- a/test/main.c	Thu Jul 04 22:23:15 2019 +0200
     1.2 +++ b/test/main.c	Thu Jul 04 22:32:03 2019 +0200
     1.3 @@ -148,6 +148,7 @@
     1.4          ucx_test_register(suite, test_ucx_array_at);
     1.5          ucx_test_register(suite, test_ucx_array_append);
     1.6          ucx_test_register(suite, test_ucx_array_prepend);
     1.7 +        ucx_test_register(suite, test_ucx_array_set);
     1.8          ucx_test_register(suite, test_ucx_array_autogrow);
     1.9          ucx_test_register(suite, test_ucx_array_equals);
    1.10          ucx_test_register(suite, test_ucx_array_concat);

mercurial