test/main.c

changeset 369
28a8ccc442b0
parent 366
41a7cef34c19
child 371
365b24f20f98
equal deleted inserted replaced
368:97c53f7ef5e4 369:28a8ccc442b0
149 ucx_test_register(suite, test_ucx_array_at); 149 ucx_test_register(suite, test_ucx_array_at);
150 ucx_test_register(suite, test_ucx_array_append_from); 150 ucx_test_register(suite, test_ucx_array_append_from);
151 ucx_test_register(suite, test_ucx_array_append_from_struct); 151 ucx_test_register(suite, test_ucx_array_append_from_struct);
152 ucx_test_register(suite, test_ucx_array_prepend_from); 152 ucx_test_register(suite, test_ucx_array_prepend_from);
153 ucx_test_register(suite, test_ucx_array_set_from); 153 ucx_test_register(suite, test_ucx_array_set_from);
154 ucx_test_register(suite, test_ucx_array_append);
155 ucx_test_register(suite, test_ucx_array_append_struct);
156 ucx_test_register(suite, test_ucx_array_prepend);
157 ucx_test_register(suite, test_ucx_array_set);
158 ucx_test_register(suite, test_ucx_array_autogrow);
159 ucx_test_register(suite, test_ucx_array_equals); 154 ucx_test_register(suite, test_ucx_array_equals);
160 ucx_test_register(suite, test_ucx_array_concat); 155 ucx_test_register(suite, test_ucx_array_concat);
161 ucx_test_register(suite, test_ucx_array_find); 156 ucx_test_register(suite, test_ucx_array_find);
162 ucx_test_register(suite, test_ucx_array_contains); 157 ucx_test_register(suite, test_ucx_array_contains);
163 ucx_test_register(suite, test_ucx_array_remove); 158 ucx_test_register(suite, test_ucx_array_remove);
164 ucx_test_register(suite, test_ucx_array_clone); 159 ucx_test_register(suite, test_ucx_array_clone);
165 ucx_test_register(suite, test_ucx_array_sort); 160 ucx_test_register(suite, test_ucx_array_sort);
166 ucx_test_register(suite, test_ucx_array_shrink); 161 ucx_test_register(suite, test_ucx_array_shrink);
167 ucx_test_register(suite, test_ucx_array_resize); 162 ucx_test_register(suite, test_ucx_array_resize);
168 ucx_test_register(suite, test_ucx_array_reserve); 163 ucx_test_register(suite, test_ucx_array_reserve);
164 ucx_test_register(suite, test_ucx_array_grow);
169 ucx_test_register(suite, test_ucx_array_util_set); 165 ucx_test_register(suite, test_ucx_array_util_set);
166 ucx_test_register(suite, test_ucx_array_util_setptr);
170 167
171 /* UcxList Tests */ 168 /* UcxList Tests */
172 ucx_test_register(suite, test_ucx_list_append); 169 ucx_test_register(suite, test_ucx_list_append);
173 ucx_test_register(suite, test_ucx_list_prepend); 170 ucx_test_register(suite, test_ucx_list_prepend);
174 ucx_test_register(suite, test_ucx_list_equals); 171 ucx_test_register(suite, test_ucx_list_equals);

mercurial