test/main.c

branch
support/2.x
changeset 471
e9ef2637e101
parent 378
952c2df7e7ac
--- a/test/main.c	Mon Dec 30 09:52:44 2019 +0100
+++ b/test/main.c	Tue Oct 05 16:22:48 2021 +0200
@@ -181,6 +181,7 @@
         ucx_test_register(suite, test_ucx_list_remove);
         ucx_test_register(suite, test_ucx_list_clone);
         ucx_test_register(suite, test_ucx_list_sort);
+        ucx_test_register(suite, test_ucx_list_sort_int);
         ucx_test_register(suite, test_ucx_list_union);
         ucx_test_register(suite, test_ucx_list_intersection);
         ucx_test_register(suite, test_ucx_list_difference);

mercurial