test/prop_tests.h

changeset 134
4d320dc3a7af
parent 110
1cf71e56f01e
child 177
11ad03783baf
     1.1 --- a/test/prop_tests.h	Fri Aug 09 10:24:02 2013 +0200
     1.2 +++ b/test/prop_tests.h	Fri Aug 09 11:32:10 2013 +0200
     1.3 @@ -36,14 +36,14 @@
     1.4  extern "C" {
     1.5  #endif
     1.6  
     1.7 -UCX_TEST_DECLARE(test_ucx_properties_new);
     1.8 -UCX_TEST_DECLARE(test_ucx_properties_next);
     1.9 -UCX_TEST_DECLARE(test_ucx_properties_next_multi);
    1.10 -UCX_TEST_DECLARE(test_ucx_properties_next_part);
    1.11 -UCX_TEST_DECLARE(test_ucx_properties_next_long);
    1.12 -UCX_TEST_DECLARE(test_ucx_properties2map);
    1.13 -UCX_TEST_DECLARE(test_ucx_properties_load);
    1.14 -UCX_TEST_DECLARE(test_ucx_properties_store);
    1.15 +UCX_TEST(test_ucx_properties_new);
    1.16 +UCX_TEST(test_ucx_properties_next);
    1.17 +UCX_TEST(test_ucx_properties_next_multi);
    1.18 +UCX_TEST(test_ucx_properties_next_part);
    1.19 +UCX_TEST(test_ucx_properties_next_long);
    1.20 +UCX_TEST(test_ucx_properties2map);
    1.21 +UCX_TEST(test_ucx_properties_load);
    1.22 +UCX_TEST(test_ucx_properties_store);
    1.23  
    1.24  #ifdef	__cplusplus
    1.25  }

mercurial