diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2010-02-11 16:58:04 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2010-02-11 16:58:04 (GMT) |
commit | 1c13f57313b14a256583c4384b73ee9b01bce67e (patch) | |
tree | 687e881437f3c3433a2100ead986dfd3eff6317d /Tests | |
parent | b640884db7b94cf9d9d212b8ede07c074a926665 (diff) | |
download | CMake-1c13f57313b14a256583c4384b73ee9b01bce67e.zip CMake-1c13f57313b14a256583c4384b73ee9b01bce67e.tar.gz CMake-1c13f57313b14a256583c4384b73ee9b01bce67e.tar.bz2 |
Add a high COST value to BootstrapTest so that it will be scheduled first in parallel ctest executions.
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 8a83d72..d7752be 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1483,6 +1483,8 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel --test-command ${CMake_BINARY_DIR}/Tests/BootstrapTest/Bootstrap.cmk/cmake) LIST(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/BootstrapTest") + # Make this test run early during parallel execution + SET_TESTS_PROPERTIES(BootstrapTest PROPERTIES COST 5000) # provide more time for the bootstrap test GET_TEST_PROPERTY(BootstrapTest TIMEOUT PREVIOUS_TIMEOUT) |