test/main.c

changeset 369
28a8ccc442b0
parent 366
41a7cef34c19
child 371
365b24f20f98
--- a/test/main.c	Wed Nov 06 21:01:25 2019 +0100
+++ b/test/main.c	Thu Nov 07 10:10:36 2019 +0100
@@ -151,11 +151,6 @@
         ucx_test_register(suite, test_ucx_array_append_from_struct);
         ucx_test_register(suite, test_ucx_array_prepend_from);
         ucx_test_register(suite, test_ucx_array_set_from);
-        ucx_test_register(suite, test_ucx_array_append);
-        ucx_test_register(suite, test_ucx_array_append_struct);
-        ucx_test_register(suite, test_ucx_array_prepend);
-        ucx_test_register(suite, test_ucx_array_set);
-        ucx_test_register(suite, test_ucx_array_autogrow);
         ucx_test_register(suite, test_ucx_array_equals);
         ucx_test_register(suite, test_ucx_array_concat);
         ucx_test_register(suite, test_ucx_array_find);
@@ -166,7 +161,9 @@
         ucx_test_register(suite, test_ucx_array_shrink);
         ucx_test_register(suite, test_ucx_array_resize);
         ucx_test_register(suite, test_ucx_array_reserve);
+        ucx_test_register(suite, test_ucx_array_grow);
         ucx_test_register(suite, test_ucx_array_util_set);
+        ucx_test_register(suite, test_ucx_array_util_setptr);
         
         /* UcxList Tests */
         ucx_test_register(suite, test_ucx_list_append);

mercurial