diff -r 0a70e0d36949 -r 4d320dc3a7af test/map_tests.h --- a/test/map_tests.h Fri Aug 09 10:24:02 2013 +0200 +++ b/test/map_tests.h Fri Aug 09 11:32:10 2013 +0200 @@ -36,15 +36,15 @@ extern "C" { #endif -UCX_TEST_DECLARE(test_ucx_map_new); -UCX_TEST_DECLARE(test_ucx_key); -UCX_TEST_DECLARE(test_ucx_map_put); -UCX_TEST_DECLARE(test_ucx_map_get); -UCX_TEST_DECLARE(test_ucx_map_remove); -UCX_TEST_DECLARE(test_ucx_map_iterator); -UCX_TEST_DECLARE(test_ucx_map_iterator_chain); -UCX_TEST_DECLARE(test_ucx_map_clone); -UCX_TEST_DECLARE(test_ucx_map_rehash); +UCX_TEST(test_ucx_map_new); +UCX_TEST(test_ucx_key); +UCX_TEST(test_ucx_map_put); +UCX_TEST(test_ucx_map_get); +UCX_TEST(test_ucx_map_remove); +UCX_TEST(test_ucx_map_iterator); +UCX_TEST(test_ucx_map_iterator_chain); +UCX_TEST(test_ucx_map_clone); +UCX_TEST(test_ucx_map_rehash); #ifdef __cplusplus