summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestMemCheckHandler.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-15 14:53:49 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-15 14:53:49 (GMT)
commitd6f77bddc46d0eacc59671b769a7eefc5e374c31 (patch)
tree53cf0f8467eea236a94c0eaa962f61a1fa60365f /Source/CTest/cmCTestMemCheckHandler.cxx
parent9755dd4f22bbcdeca8a44a0d8794c1bc4943ecfe (diff)
downloadCMake-d6f77bddc46d0eacc59671b769a7eefc5e374c31.zip
CMake-d6f77bddc46d0eacc59671b769a7eefc5e374c31.tar.gz
CMake-d6f77bddc46d0eacc59671b769a7eefc5e374c31.tar.bz2
ENH: Pass in memcheck command options and suppresions, and change skin to tool
Diffstat (limited to 'Source/CTest/cmCTestMemCheckHandler.cxx')
-rw-r--r--Source/CTest/cmCTestMemCheckHandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestMemCheckHandler.cxx b/Source/CTest/cmCTestMemCheckHandler.cxx
index 5c91129..a5646c0 100644
--- a/Source/CTest/cmCTestMemCheckHandler.cxx
+++ b/Source/CTest/cmCTestMemCheckHandler.cxx
@@ -324,7 +324,7 @@ bool cmCTestMemCheckHandler::InitializeMemoryChecking()
m_MemoryTesterStyle = cmCTestMemCheckHandler::VALGRIND;
if ( !m_MemoryTesterOptions.size() )
{
- m_MemoryTesterOptions = "-q --skin=memcheck --leak-check=yes --show-reachable=yes --workaround-gcc296-bugs=yes --num-callers=100";
+ m_MemoryTesterOptions = "-q --tool=memcheck --leak-check=yes --show-reachable=yes --workaround-gcc296-bugs=yes --num-callers=100";
}
if ( m_CTest->GetCTestConfiguration("MemoryCheckSuppressionFile").size() )
{