test/main.c

branch
feature/array
changeset 344
320b962afaf9
parent 342
8f0a3c00d1d2
child 354
7fd13b9f8f60
--- a/test/main.c	Wed Aug 07 19:43:50 2019 +0200
+++ b/test/main.c	Wed Aug 07 20:45:21 2019 +0200
@@ -145,6 +145,7 @@
         /* UcxArray Tests */
         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);
         ucx_test_register(suite, test_ucx_array_prepend);
         ucx_test_register(suite, test_ucx_array_set);

mercurial