summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-05-27 15:52:15 +0000
committerAlan Conway <aconway@apache.org>2008-05-27 15:52:15 +0000
commit69f2797d247f2271592cc4a2cb0538e654868606 (patch)
tree8aebe6e17e5df12d0654a59c981df496f64c8696 /cpp
parent8b2a0de8689dffb697e436b4abf697d22bdf3caf (diff)
downloadqpid-python-69f2797d247f2271592cc4a2cb0538e654868606.tar.gz
Copy valgrind support files in a VPATH builds.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@660568 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/src/tests/run_test5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/tests/run_test b/cpp/src/tests/run_test
index 0f59509dab..2280e96301 100755
--- a/cpp/src/tests/run_test
+++ b/cpp/src/tests/run_test
@@ -12,7 +12,10 @@
# examination.
#
-source `dirname $0`/vg_check
+srcdir=`dirname $0`
+source $srcdir/vg_check
+test -f .valgrindrc || cp $srcdir/.valgrindrc .
+test -f .valgrind.supp || cp $srcdir/.valgrind.supp .
# Export variables from makefile.