diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-07-24 13:43:11 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-07-24 13:43:11 (GMT) |
commit | 53549a6426368f0ff482e7d00ff904bfa0e36ea1 (patch) | |
tree | 58546bb4ec259498971dc817a11dafa944a2aad2 /Tests/CTestTest | |
parent | 41a381f0ae49ef405044b62a1ebc25e7baeb87e4 (diff) | |
download | CMake-53549a6426368f0ff482e7d00ff904bfa0e36ea1.zip CMake-53549a6426368f0ff482e7d00ff904bfa0e36ea1.tar.gz CMake-53549a6426368f0ff482e7d00ff904bfa0e36ea1.tar.bz2 |
ENH: more coverage
Diffstat (limited to 'Tests/CTestTest')
-rw-r--r-- | Tests/CTestTest/test.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CTestTest/test.cmake.in b/Tests/CTestTest/test.cmake.in index 53de732..3efe52a 100644 --- a/Tests/CTestTest/test.cmake.in +++ b/Tests/CTestTest/test.cmake.in @@ -25,6 +25,7 @@ MESSAGE("CTest executable: ${CTEST_EXECUTABLE_NAME}") MESSAGE("CMake executable: ${CTEST_CMAKE_COMMAND}") CTEST_SLEEP(5) +CTEST_SLEEP(5 5 7) #################################################################### # The values in this section are optional you can either |