test/prop_tests.h

changeset 110
1cf71e56f01e
parent 109
75cb6590358b
child 134
4d320dc3a7af
equal deleted inserted replaced
109:75cb6590358b 110:1cf71e56f01e
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_prop_new); 39 UCX_TEST_DECLARE(test_ucx_properties_new);
40 UCX_TEST_DECLARE(test_ucx_prop_parse); 40 UCX_TEST_DECLARE(test_ucx_properties_next);
41 UCX_TEST_DECLARE(test_ucx_prop_parse_multi); 41 UCX_TEST_DECLARE(test_ucx_properties_next_multi);
42 UCX_TEST_DECLARE(test_ucx_prop_parse_part); 42 UCX_TEST_DECLARE(test_ucx_properties_next_part);
43 UCX_TEST_DECLARE(test_ucx_prop_parse_long); 43 UCX_TEST_DECLARE(test_ucx_properties_next_long);
44 UCX_TEST_DECLARE(test_ucx_prop_parse2map); 44 UCX_TEST_DECLARE(test_ucx_properties2map);
45 UCX_TEST_DECLARE(test_ucx_properties_load); 45 UCX_TEST_DECLARE(test_ucx_properties_load);
46 UCX_TEST_DECLARE(test_ucx_properties_store); 46 UCX_TEST_DECLARE(test_ucx_properties_store);
47 47
48 #ifdef __cplusplus 48 #ifdef __cplusplus
49 } 49 }

mercurial