summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-01-04 20:45:14 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-01-04 20:45:14 (GMT)
commitfff676d8cd7c4171fb7e95a60051c2534758922b (patch)
treeec032bfb5bac350167ceb1450f119b3daae942bb
parentd61b7c59fee2d01c8155bb2f30b79a329a91a0bc (diff)
parentbce24e14b856517e8d869dd4ca70cd88efbdaf2a (diff)
downloadCMake-fff676d8cd7c4171fb7e95a60051c2534758922b.zip
CMake-fff676d8cd7c4171fb7e95a60051c2534758922b.tar.gz
CMake-fff676d8cd7c4171fb7e95a60051c2534758922b.tar.bz2
Merge topic 'make-install-test-serial'
bce24e1 Avoid running CMake.Install test simultaneously with other tests
-rw-r--r--Tests/CMakeInstall.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/CMakeInstall.cmake b/Tests/CMakeInstall.cmake
index dabc852..5f814d9 100644
--- a/Tests/CMakeInstall.cmake
+++ b/Tests/CMakeInstall.cmake
@@ -41,6 +41,9 @@ if(CMake_TEST_INSTALL)
--build-noclean
--build-target install)
+ # Avoid running this test simultaneously with other tests:
+ set_tests_properties(CMake.Install PROPERTIES RUN_SERIAL ON)
+
# TODO: Make all other tests depend on this one, and then drive them
# with the installed CTest.
else()