test/list_tests.h

changeset 371
365b24f20f98
parent 323
b8c49e7a1dba
child 471
e9ef2637e101
     1.1 --- a/test/list_tests.h	Thu Nov 07 10:43:31 2019 +0100
     1.2 +++ b/test/list_tests.h	Sun Nov 24 17:57:25 2019 +0100
     1.3 @@ -55,6 +55,9 @@
     1.4  UCX_TEST(test_ucx_list_remove);
     1.5  UCX_TEST(test_ucx_list_clone);
     1.6  UCX_TEST(test_ucx_list_sort);
     1.7 +UCX_TEST(test_ucx_list_union);
     1.8 +UCX_TEST(test_ucx_list_intersection);
     1.9 +UCX_TEST(test_ucx_list_difference);
    1.10  
    1.11  #ifdef	__cplusplus
    1.12  }

mercurial