test/main.c

changeset 366
41a7cef34c19
parent 364
5577d6c27a33
child 369
28a8ccc442b0
     1.1 --- a/test/main.c	Sun Nov 03 17:03:10 2019 +0100
     1.2 +++ b/test/main.c	Wed Nov 06 16:27:54 2019 +0100
     1.3 @@ -148,9 +148,11 @@
     1.4          ucx_test_register(suite, test_ucx_array_new);
     1.5          ucx_test_register(suite, test_ucx_array_at);
     1.6          ucx_test_register(suite, test_ucx_array_append_from);
     1.7 +        ucx_test_register(suite, test_ucx_array_append_from_struct);
     1.8          ucx_test_register(suite, test_ucx_array_prepend_from);
     1.9          ucx_test_register(suite, test_ucx_array_set_from);
    1.10          ucx_test_register(suite, test_ucx_array_append);
    1.11 +        ucx_test_register(suite, test_ucx_array_append_struct);
    1.12          ucx_test_register(suite, test_ucx_array_prepend);
    1.13          ucx_test_register(suite, test_ucx_array_set);
    1.14          ucx_test_register(suite, test_ucx_array_autogrow);

mercurial