Lines Matching full:yaml
43 yaml_get(actual NAME yaml-test KEY cmake test key-string)
46 COMMENT "yaml key value does not match expectation."
52 yaml_length(actual NAME yaml-test KEY cmake test key-list-string)
54 COMMENT "yaml list length does not match expectation."
58 yaml_get(actual NAME yaml-test KEY cmake test key-list-string)
69 yaml_get(actual NAME yaml-test KEY cmake test key-int)
72 COMMENT "yaml key value does not match expectation."
78 yaml_length(actual NAME yaml-test KEY cmake test key-list-int)
80 COMMENT "yaml list length does not match expectation."
84 yaml_get(actual NAME yaml-test KEY cmake test key-list-int)
95 yaml_get(actual NAME yaml-test KEY cmake test key-int)
98 COMMENT "yaml key value does not match expectation."
104 yaml_get(actual NAME yaml-test KEY cmake missing test key)
113 yaml_length(actual NAME yaml-test KEY cmake missing test array list)
122 yaml_length(actual NAME yaml-test KEY cmake test key-int)
130 yaml_save(NAME yaml-test FILE ${CMAKE_BINARY_DIR}/${CMAKE_CURRENT_FUNCTION}_test_save.yaml)
132 # Read-back the yaml and verify the value.
133 yaml_load(FILE ${CMAKE_BINARY_DIR}/${CMAKE_CURRENT_FUNCTION}_test_save.yaml
140 COMMENT "yaml key value does not match expectation."
147 COMMENT "yaml key value does not match expectation."
152 yaml_create(FILE ${CMAKE_BINARY_DIR}/${CMAKE_CURRENT_FUNCTION}_test_create.yaml
163 # Read-back the yaml and verify the value.
164 yaml_load(FILE ${CMAKE_BINARY_DIR}/${CMAKE_CURRENT_FUNCTION}_test_create.yaml
171 COMMENT "new yaml value does not match readback value."
176 yaml_create(FILE ${CMAKE_BINARY_DIR}/${CMAKE_CURRENT_FUNCTION}_test_create.yaml
187 # Read-back the yaml and verify the value.
188 yaml_load(FILE ${CMAKE_BINARY_DIR}/${CMAKE_CURRENT_FUNCTION}_test_create.yaml
195 COMMENT "readback yaml list length does not match original."
208 yaml_create(FILE ${CMAKE_BINARY_DIR}/${CMAKE_CURRENT_FUNCTION}_test_create.yaml
219 # Read-back the yaml and verify the value.
220 yaml_load(FILE ${CMAKE_BINARY_DIR}/${CMAKE_CURRENT_FUNCTION}_test_create.yaml
227 COMMENT "new yaml value does not match readback value."
232 yaml_create(FILE ${CMAKE_BINARY_DIR}/${CMAKE_CURRENT_FUNCTION}_test_create.yaml
243 # Read-back the yaml and verify the value.
244 yaml_load(FILE ${CMAKE_BINARY_DIR}/${CMAKE_CURRENT_FUNCTION}_test_create.yaml
251 COMMENT "readback yaml list length does not match original."
264 yaml_create(FILE ${CMAKE_BINARY_DIR}/${CMAKE_CURRENT_FUNCTION}_test_create.yaml
275 # Read-back the yaml and verify the value.
276 yaml_load(FILE ${CMAKE_BINARY_DIR}/${CMAKE_CURRENT_FUNCTION}_test_create.yaml
292 yaml_create(FILE ${CMAKE_BINARY_DIR}/${CMAKE_CURRENT_FUNCTION}_test_create.yaml
303 # Read-back the yaml and verify the value.
304 yaml_load(FILE ${CMAKE_BINARY_DIR}/${CMAKE_CURRENT_FUNCTION}_test_create.yaml
311 COMMENT "readback yaml list length does not match original."
324 yaml_create(FILE ${CMAKE_BINARY_DIR}/${CMAKE_CURRENT_FUNCTION}_test_create.yaml
335 # Read-back the yaml and verify the value.
336 yaml_load(FILE ${CMAKE_BINARY_DIR}/${CMAKE_CURRENT_FUNCTION}_test_create.yaml
343 COMMENT "new yaml value does not match readback value."
351 yaml_load(FILE ${CMAKE_BINARY_DIR}/${CMAKE_CURRENT_FUNCTION}_test_create.yaml
382 yaml_load(FILE ${CMAKE_CURRENT_LIST_DIR}/test.yaml NAME yaml-test)