test/main.c

branch
feature/array
changeset 354
7fd13b9f8f60
parent 344
320b962afaf9
child 355
d315a068235a
--- a/test/main.c	Sat Aug 10 09:47:59 2019 +0200
+++ b/test/main.c	Sat Aug 10 11:12:49 2019 +0200
@@ -146,6 +146,9 @@
         ucx_test_register(suite, test_ucx_array_free);
         ucx_test_register(suite, test_ucx_array_new);
         ucx_test_register(suite, test_ucx_array_at);
+        ucx_test_register(suite, test_ucx_array_append_from);
+        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_prepend);
         ucx_test_register(suite, test_ucx_array_set);

mercurial