diff -r 0a70e0d36949 -r 4d320dc3a7af test/prop_tests.h --- a/test/prop_tests.h Fri Aug 09 10:24:02 2013 +0200 +++ b/test/prop_tests.h Fri Aug 09 11:32:10 2013 +0200 @@ -36,14 +36,14 @@ extern "C" { #endif -UCX_TEST_DECLARE(test_ucx_properties_new); -UCX_TEST_DECLARE(test_ucx_properties_next); -UCX_TEST_DECLARE(test_ucx_properties_next_multi); -UCX_TEST_DECLARE(test_ucx_properties_next_part); -UCX_TEST_DECLARE(test_ucx_properties_next_long); -UCX_TEST_DECLARE(test_ucx_properties2map); -UCX_TEST_DECLARE(test_ucx_properties_load); -UCX_TEST_DECLARE(test_ucx_properties_store); +UCX_TEST(test_ucx_properties_new); +UCX_TEST(test_ucx_properties_next); +UCX_TEST(test_ucx_properties_next_multi); +UCX_TEST(test_ucx_properties_next_part); +UCX_TEST(test_ucx_properties_next_long); +UCX_TEST(test_ucx_properties2map); +UCX_TEST(test_ucx_properties_load); +UCX_TEST(test_ucx_properties_store); #ifdef __cplusplus }