test/map_tests.h

changeset 374
be77fb2da242
parent 259
2f5dea574a75
     1.1 --- a/test/map_tests.h	Thu Dec 19 18:47:23 2019 +0100
     1.2 +++ b/test/map_tests.h	Thu Dec 19 19:58:41 2019 +0100
     1.3 @@ -46,6 +46,9 @@
     1.4  UCX_TEST(test_ucx_map_iterator_chain);
     1.5  UCX_TEST(test_ucx_map_clone);
     1.6  UCX_TEST(test_ucx_map_rehash);
     1.7 +UCX_TEST(test_ucx_map_union);
     1.8 +UCX_TEST(test_ucx_map_intersection);
     1.9 +UCX_TEST(test_ucx_map_difference);
    1.10  
    1.11  
    1.12  #ifdef	__cplusplus

mercurial