saving from a test works

This commit is contained in:
David Markowitz
2024-06-04 14:44:51 -07:00
parent af651f0d63
commit 91ec214eea
14 changed files with 1830 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
set(COMPONENT_TEST_DATA
"test_xml_data.xml"
)
# Get the folder name and prepend it to the files above
get_filename_component(thisFolderName ${CMAKE_CURRENT_SOURCE_DIR} NAME)
list(TRANSFORM COMPONENT_TEST_DATA PREPEND "${thisFolderName}/")
# Export our list of files
set(COMPONENT_TEST_DATA ${COMPONENT_TEST_DATA} PARENT_SCOPE)

File diff suppressed because it is too large Load Diff