diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-11-23 15:49:46 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-11-23 15:49:46 (GMT) |
commit | bdfc3fadd321c6642e37fc074e5ebd4a5f533787 (patch) | |
tree | dcb94b8d9e6ab9cbc9a9bb1b76f0cad6398f6981 /Tests | |
parent | b29265a6b97fd02111809ef1713175a7807d1356 (diff) | |
download | CMake-bdfc3fadd321c6642e37fc074e5ebd4a5f533787.zip CMake-bdfc3fadd321c6642e37fc074e5ebd4a5f533787.tar.gz CMake-bdfc3fadd321c6642e37fc074e5ebd4a5f533787.tar.bz2 |
ENH: add more debug stuff to CTestCTest2 so I can figure out redwall
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index a45ce4b..1035427 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -889,7 +889,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel CONFIGURE_FILE("${CMake_SOURCE_DIR}/Tests/CTestTest2/test.cmake.in" "${CMake_BINARY_DIR}/Tests/CTestTest2/test.cmake" @ONLY ESCAPE_QUOTES) ADD_TEST(CTestTest2 ${CMAKE_CTEST_COMMAND} - -S "${CMake_BINARY_DIR}/Tests/CTestTest2/test.cmake" -VV + -S "${CMake_BINARY_DIR}/Tests/CTestTest2/test.cmake" -VV --debug --output-log "${CMake_BINARY_DIR}/Tests/CTestTest2/testOutput.log" ) CONFIGURE_FILE("${CMake_SOURCE_DIR}/Tests/CTestTest3/test.cmake.in" |