diff options
author | Brad King <brad.king@kitware.com> | 2011-01-04 20:45:14 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2011-01-04 20:45:14 (GMT) |
commit | fff676d8cd7c4171fb7e95a60051c2534758922b (patch) | |
tree | ec032bfb5bac350167ceb1450f119b3daae942bb /Tests | |
parent | d61b7c59fee2d01c8155bb2f30b79a329a91a0bc (diff) | |
parent | bce24e14b856517e8d869dd4ca70cd88efbdaf2a (diff) | |
download | CMake-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
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CMakeInstall.cmake | 3 |
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() |