mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 22:58:41 +00:00
993e48d045
Allow a test N seconds to complete after we detect a matching line in its output. Activate this behavior with a new TIMEOUT_AFTER_MATCH test property.
5 lines
260 B
CMake
5 lines
260 B
CMake
execute_process(COMMAND "${CMAKE_COMMAND}" -E echo "Gathering required resources")
|
|
execute_process(COMMAND "${CMAKE_COMMAND}" -E sleep 2)
|
|
execute_process(COMMAND "${CMAKE_COMMAND}" -E echo "Test started")
|
|
execute_process(COMMAND "${CMAKE_COMMAND}" -E sleep 1)
|