test/main.c

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

mercurial