test/prop_tests.h

changeset 134
4d320dc3a7af
parent 110
1cf71e56f01e
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_properties_new); 39 UCX_TEST(test_ucx_properties_new);
40 UCX_TEST_DECLARE(test_ucx_properties_next); 40 UCX_TEST(test_ucx_properties_next);
41 UCX_TEST_DECLARE(test_ucx_properties_next_multi); 41 UCX_TEST(test_ucx_properties_next_multi);
42 UCX_TEST_DECLARE(test_ucx_properties_next_part); 42 UCX_TEST(test_ucx_properties_next_part);
43 UCX_TEST_DECLARE(test_ucx_properties_next_long); 43 UCX_TEST(test_ucx_properties_next_long);
44 UCX_TEST_DECLARE(test_ucx_properties2map); 44 UCX_TEST(test_ucx_properties2map);
45 UCX_TEST_DECLARE(test_ucx_properties_load); 45 UCX_TEST(test_ucx_properties_load);
46 UCX_TEST_DECLARE(test_ucx_properties_store); 46 UCX_TEST(test_ucx_properties_store);
47 47
48 #ifdef __cplusplus 48 #ifdef __cplusplus
49 } 49 }
50 #endif 50 #endif
51 51

mercurial