You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
423 B
10 lines
423 B
add_test(NAME RealTest COMMAND "${CMAKE_COMMAND}" -E true)
|
|
add_test(NAME GenerateSpecFile COMMAND "${CMAKE_COMMAND}" -E copy "${CTEST_DYNAMIC_RESOURCE_SPEC_FILE}" "${CMAKE_BINARY_DIR}")
|
|
set_tests_properties(GenerateSpecFile PROPERTIES
|
|
GENERATED_RESOURCE_SPEC_FILE "${CMAKE_BINARY_DIR}/dynamic-resspec.json"
|
|
)
|
|
set_tests_properties(RealTest PROPERTIES
|
|
FIXTURES_REQUIRED "ResourceSpec"
|
|
RESOURCE_GROUPS "widgets:1"
|
|
)
|