diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-09-19 15:16:57 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-09-19 15:16:57 (GMT) |
commit | 797db515a0ff1eceb993481673fa85e601ae5f6e (patch) | |
tree | 347b5bdc59e09576afa362427505f93f69084e5c /Tests | |
parent | 4710c7aef619b34486980c74bf226986550ae3b6 (diff) | |
download | CMake-797db515a0ff1eceb993481673fa85e601ae5f6e.zip CMake-797db515a0ff1eceb993481673fa85e601ae5f6e.tar.gz CMake-797db515a0ff1eceb993481673fa85e601ae5f6e.tar.bz2 |
ENH: fix failing test when valgrind is on
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 b31bf6a..f1c13c0 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -640,7 +640,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel CONFIGURE_FILE("${CMake_SOURCE_DIR}/Tests/CTestTest3/test.cmake.in" "${CMake_BINARY_DIR}/Tests/CTestTest3/test.cmake" @ONLY ESCAPE_QUOTES) ADD_TEST(CTestTest3 ${CMAKE_CTEST_COMMAND} - -S "${CMake_BINARY_DIR}/Tests/CTestTest3/test.cmake" -V + -S "${CMake_BINARY_DIR}/Tests/CTestTest3/test.cmake" -VV --output-log "${CMake_BINARY_DIR}/Tests/CTestTest3/testOutput.log" ) # these tests take a long time, make sure they have it |