olaf@20: /* olaf@20: * olaf@20: */ olaf@20: olaf@20: #ifndef MAP_TESTS_H olaf@20: #define MAP_TESTS_H olaf@20: universe@29: #include "ucx/test.h" olaf@20: #include "ucx/map.h" olaf@20: olaf@20: #ifdef __cplusplus olaf@20: extern "C" { olaf@20: #endif olaf@20: universe@59: UCX_TEST_DECLARE(test_ucx_map_new); universe@59: UCX_TEST_DECLARE(test_ucx_key); universe@59: UCX_TEST_DECLARE(test_ucx_map_put); universe@59: UCX_TEST_DECLARE(test_ucx_map_get); universe@59: UCX_TEST_DECLARE(test_ucx_map_remove); universe@59: UCX_TEST_DECLARE(test_ucx_map_iterator); universe@59: UCX_TEST_DECLARE(test_ucx_map_iterator_chain); universe@59: UCX_TEST_DECLARE(test_ucx_map_store_load); universe@59: UCX_TEST_DECLARE(test_ucx_map_store_load_with_mempool); universe@59: UCX_TEST_DECLARE(test_ucx_map_clone); universe@59: UCX_TEST_DECLARE(test_ucx_map_rehash); olaf@20: olaf@20: olaf@20: #ifdef __cplusplus olaf@20: } olaf@20: #endif olaf@20: olaf@20: #endif /* MAP_TESTS_H */ olaf@20: