test/map_tests.h

changeset 134
4d320dc3a7af
parent 112
6384016df2a3
child 177
11ad03783baf
equal deleted inserted replaced
133:0a70e0d36949 134:4d320dc3a7af
34 34
35 #ifdef __cplusplus 35 #ifdef __cplusplus
36 extern "C" { 36 extern "C" {
37 #endif 37 #endif
38 38
39 UCX_TEST_DECLARE(test_ucx_map_new); 39 UCX_TEST(test_ucx_map_new);
40 UCX_TEST_DECLARE(test_ucx_key); 40 UCX_TEST(test_ucx_key);
41 UCX_TEST_DECLARE(test_ucx_map_put); 41 UCX_TEST(test_ucx_map_put);
42 UCX_TEST_DECLARE(test_ucx_map_get); 42 UCX_TEST(test_ucx_map_get);
43 UCX_TEST_DECLARE(test_ucx_map_remove); 43 UCX_TEST(test_ucx_map_remove);
44 UCX_TEST_DECLARE(test_ucx_map_iterator); 44 UCX_TEST(test_ucx_map_iterator);
45 UCX_TEST_DECLARE(test_ucx_map_iterator_chain); 45 UCX_TEST(test_ucx_map_iterator_chain);
46 UCX_TEST_DECLARE(test_ucx_map_clone); 46 UCX_TEST(test_ucx_map_clone);
47 UCX_TEST_DECLARE(test_ucx_map_rehash); 47 UCX_TEST(test_ucx_map_rehash);
48 48
49 49
50 #ifdef __cplusplus 50 #ifdef __cplusplus
51 } 51 }
52 #endif 52 #endif

mercurial