Revision dcf9729eb9a3647fc3c9cd5f2e04a5419420fb61 authored by Brad King on 06 October 2016, 14:16:25 UTC, committed by Brad King on 06 October 2016, 14:16:25 UTC
2 parent s aac66d7 + f53b01f
Raw File
timeout.cmake
# Remove the log file.
file(REMOVE ${Log})

# Run a child that sleeps longer than the timout of this test.
# Log its output so check.cmake can verify it dies.
execute_process(COMMAND ${Sleep} ERROR_FILE ${Log})
back to top