Lines Matching refs:readback

168   yaml_get(readback NAME ${CMAKE_CURRENT_FUNCTION}_readback KEY cmake test set key-string)
170 test_assert(TEST ${new_value} STREQUAL ${readback}
171 COMMENT "new yaml value does not match readback value."
192 yaml_length(readback NAME ${CMAKE_CURRENT_FUNCTION}_readback KEY cmake test set key-list-string)
194 test_assert(TEST 5 EQUAL ${readback}
195 COMMENT "readback yaml list length does not match original."
198 yaml_get(readback NAME ${CMAKE_CURRENT_FUNCTION}_readback KEY cmake test set key-list-string)
200 foreach(a e IN ZIP_LISTS readback new_value)
224 yaml_get(readback NAME ${CMAKE_CURRENT_FUNCTION}_readback KEY cmake test set key-int)
226 test_assert(TEST ${new_value} STREQUAL ${readback}
227 COMMENT "new yaml value does not match readback value."
248 yaml_length(readback NAME ${CMAKE_CURRENT_FUNCTION}_readback KEY cmake test set key-list-int)
250 test_assert(TEST 5 EQUAL ${readback}
251 COMMENT "readback yaml list length does not match original."
254 yaml_get(readback NAME ${CMAKE_CURRENT_FUNCTION}_readback KEY cmake test set key-list-int)
256 foreach(a e IN ZIP_LISTS readback new_value)
280 yaml_get(readback NAME ${CMAKE_CURRENT_FUNCTION}_readback KEY cmake test set key-int)
282 if(DEFINED readback)
284 "Empty value expected, but got: ${readback}"
308 yaml_length(readback NAME ${CMAKE_CURRENT_FUNCTION}_readback KEY cmake test set key-list-int)
310 test_assert(TEST 0 EQUAL ${readback}
311 COMMENT "readback yaml list length does not match original."
314 yaml_get(readback NAME ${CMAKE_CURRENT_FUNCTION}_readback KEY cmake test set key-list-int)
316 foreach(a e IN ZIP_LISTS readback new_value)
340 yaml_get(readback NAME ${CMAKE_CURRENT_FUNCTION}_readback KEY cmake test set key-int)
342 test_assert(TEST ${new_value} STREQUAL ${readback}
343 COMMENT "new yaml value does not match readback value."
355 yaml_get(readback NAME ${CMAKE_CURRENT_FUNCTION}_readback_removed KEY cmake test set key-int)
359 test_assert(TEST ${expected} STREQUAL ${readback}