summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2009-09-23 18:13:33 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2009-09-23 18:13:33 (GMT)
commitd33701abbb1c29f147c8af0e395b65bbfc7ba9eb (patch)
tree8d62de191e14b25dc3c60a1479f946d81db56d44 /Tests
parentbd33da9fccf209f9f7f23b00db4b7305caab32a0 (diff)
downloadCMake-d33701abbb1c29f147c8af0e395b65bbfc7ba9eb.zip
CMake-d33701abbb1c29f147c8af0e395b65bbfc7ba9eb.tar.gz
CMake-d33701abbb1c29f147c8af0e395b65bbfc7ba9eb.tar.bz2
Uncommented the dependency of CTestTestNoExe on CTestTestNoBuild so that it will work in parallel now.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 1a02db2..55095bf 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -1059,7 +1059,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel
-S "${CMake_BINARY_DIR}/Tests/CTestTestFailure/testNoExe.cmake" -V
--output-log "${CMake_BINARY_DIR}/Tests/CTestTestFailure/testOut2.log"
)
- SET_TESTS_PROPERTIES(CTestTestNoExe PROPERTIES #DEPENDS CTestTestNoBuild
+ SET_TESTS_PROPERTIES(CTestTestNoExe PROPERTIES DEPENDS CTestTestNoBuild
PASS_REGULAR_EXPRESSION "Could not find executable"
FAIL_REGULAR_EXPRESSION "SegFault")