Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
CTestTestTimeout
/
timeout.cmake
blob: ba2f58b7d175492efede824ef32117f4080b786e [
file
] [
log
] [
blame
]
# Remove the log file.
file
(
REMOVE $
{
Log
})
# Run a child that sleeps longer than the timeout of this test.
# Log its output so check.cmake can verify it dies.
execute_process
(
COMMAND $
{
Sleep
}
ERROR_FILE $
{
Log
})