test/main.c

branch
feature/array
changeset 337
f695ae118460
parent 334
bc81faa9afda
child 342
8f0a3c00d1d2
--- a/test/main.c	Thu Jul 04 22:23:15 2019 +0200
+++ b/test/main.c	Thu Jul 04 22:32:03 2019 +0200
@@ -148,6 +148,7 @@
         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);
         ucx_test_register(suite, test_ucx_array_autogrow);
         ucx_test_register(suite, test_ucx_array_equals);
         ucx_test_register(suite, test_ucx_array_concat);

mercurial