test/main.c

changeset 374
be77fb2da242
parent 371
365b24f20f98
child 378
952c2df7e7ac
     1.1 --- a/test/main.c	Thu Dec 19 18:47:23 2019 +0100
     1.2 +++ b/test/main.c	Thu Dec 19 19:58:41 2019 +0100
     1.3 @@ -213,6 +213,9 @@
     1.4          ucx_test_register(suite, test_ucx_map_iterator_chain);
     1.5          ucx_test_register(suite, test_ucx_map_clone);
     1.6          ucx_test_register(suite, test_ucx_map_rehash);
     1.7 +        ucx_test_register(suite, test_ucx_map_union);
     1.8 +        ucx_test_register(suite, test_ucx_map_intersection);
     1.9 +        ucx_test_register(suite, test_ucx_map_difference);
    1.10          
    1.11          /* UcxPropertiesParser Tests */
    1.12          ucx_test_register(suite, test_ucx_properties_new);

mercurial