mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 04:10:05 -06:00
Add a Module.ExternalData test to verify data retrieval and test
argument DATA{} references.
Add a RunCMake.ExternalData test to verify error handling and automatic
transformation of a raw data to a content link and staged object.
7 lines
132 B
CMake
7 lines
132 B
CMake
include(CTest)
|
|
include(ExternalData)
|
|
ExternalData_Add_Test(Data
|
|
NAME Test
|
|
COMMAND ${CMAKE_COMMAND} -E echo DATA{Directory1}
|
|
)
|