summaryrefslogtreecommitdiff
path: root/cpp/src/tests
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-07-02 20:58:49 +0000
committerStephen D. Huston <shuston@apache.org>2009-07-02 20:58:49 +0000
commitcb7f1a4da270c1bee5d894d24677fbd2a74f6611 (patch)
treeafef9f85adf40d03c759d06beaa981e8e73246c8 /cpp/src/tests
parentf907a67e437482ab37db092f19962a53a0502819 (diff)
downloadqpid-python-cb7f1a4da270c1bee5d894d24677fbd2a74f6611.tar.gz
Don't try to unset MEMORYCHECK_COMMAND - jut leave it if not needed
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@790736 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
-rw-r--r--cpp/src/tests/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/tests/CMakeLists.txt b/cpp/src/tests/CMakeLists.txt
index fdd9836a7e..c8c2fba8c6 100644
--- a/cpp/src/tests/CMakeLists.txt
+++ b/cpp/src/tests/CMakeLists.txt
@@ -38,8 +38,6 @@ if (ENABLE_VALGRIND)
--suppressions=${CMAKE_CURRENT_SOURCE_DIR}/.valgrind.supp
--num-callers=25
--log-file=ctest_valgrind.vglog")
-else (ENABLE_VALGRIND)
- unset (MEMORYCHECK_COMMAND)
endif (ENABLE_VALGRIND)
# Using the Boost DLLs triggers warning 4275 on Visual Studio