test/main.c

branch
feature/array
changeset 354
7fd13b9f8f60
parent 344
320b962afaf9
child 355
d315a068235a
equal deleted inserted replaced
353:135ce35d5108 354:7fd13b9f8f60
144 144
145 /* UcxArray Tests */ 145 /* UcxArray Tests */
146 ucx_test_register(suite, test_ucx_array_free); 146 ucx_test_register(suite, test_ucx_array_free);
147 ucx_test_register(suite, test_ucx_array_new); 147 ucx_test_register(suite, test_ucx_array_new);
148 ucx_test_register(suite, test_ucx_array_at); 148 ucx_test_register(suite, test_ucx_array_at);
149 ucx_test_register(suite, test_ucx_array_append_from);
150 ucx_test_register(suite, test_ucx_array_prepend_from);
151 ucx_test_register(suite, test_ucx_array_set_from);
149 ucx_test_register(suite, test_ucx_array_append); 152 ucx_test_register(suite, test_ucx_array_append);
150 ucx_test_register(suite, test_ucx_array_prepend); 153 ucx_test_register(suite, test_ucx_array_prepend);
151 ucx_test_register(suite, test_ucx_array_set); 154 ucx_test_register(suite, test_ucx_array_set);
152 ucx_test_register(suite, test_ucx_array_autogrow); 155 ucx_test_register(suite, test_ucx_array_autogrow);
153 ucx_test_register(suite, test_ucx_array_equals); 156 ucx_test_register(suite, test_ucx_array_equals);

mercurial