test/main.c

changeset 369
28a8ccc442b0
parent 366
41a7cef34c19
child 371
365b24f20f98
     1.1 --- a/test/main.c	Wed Nov 06 21:01:25 2019 +0100
     1.2 +++ b/test/main.c	Thu Nov 07 10:10:36 2019 +0100
     1.3 @@ -151,11 +151,6 @@
     1.4          ucx_test_register(suite, test_ucx_array_append_from_struct);
     1.5          ucx_test_register(suite, test_ucx_array_prepend_from);
     1.6          ucx_test_register(suite, test_ucx_array_set_from);
     1.7 -        ucx_test_register(suite, test_ucx_array_append);
     1.8 -        ucx_test_register(suite, test_ucx_array_append_struct);
     1.9 -        ucx_test_register(suite, test_ucx_array_prepend);
    1.10 -        ucx_test_register(suite, test_ucx_array_set);
    1.11 -        ucx_test_register(suite, test_ucx_array_autogrow);
    1.12          ucx_test_register(suite, test_ucx_array_equals);
    1.13          ucx_test_register(suite, test_ucx_array_concat);
    1.14          ucx_test_register(suite, test_ucx_array_find);
    1.15 @@ -166,7 +161,9 @@
    1.16          ucx_test_register(suite, test_ucx_array_shrink);
    1.17          ucx_test_register(suite, test_ucx_array_resize);
    1.18          ucx_test_register(suite, test_ucx_array_reserve);
    1.19 +        ucx_test_register(suite, test_ucx_array_grow);
    1.20          ucx_test_register(suite, test_ucx_array_util_set);
    1.21 +        ucx_test_register(suite, test_ucx_array_util_setptr);
    1.22          
    1.23          /* UcxList Tests */
    1.24          ucx_test_register(suite, test_ucx_list_append);

mercurial