test/map_tests.h

changeset 374
be77fb2da242
parent 259
2f5dea574a75
equal deleted inserted replaced
373:6f63f5ed3cab 374:be77fb2da242
44 UCX_TEST(test_ucx_map_clear); 44 UCX_TEST(test_ucx_map_clear);
45 UCX_TEST(test_ucx_map_iterator); 45 UCX_TEST(test_ucx_map_iterator);
46 UCX_TEST(test_ucx_map_iterator_chain); 46 UCX_TEST(test_ucx_map_iterator_chain);
47 UCX_TEST(test_ucx_map_clone); 47 UCX_TEST(test_ucx_map_clone);
48 UCX_TEST(test_ucx_map_rehash); 48 UCX_TEST(test_ucx_map_rehash);
49 UCX_TEST(test_ucx_map_union);
50 UCX_TEST(test_ucx_map_intersection);
51 UCX_TEST(test_ucx_map_difference);
49 52
50 53
51 #ifdef __cplusplus 54 #ifdef __cplusplus
52 } 55 }
53 #endif 56 #endif

mercurial