From 69f2797d247f2271592cc4a2cb0538e654868606 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 27 May 2008 15:52:15 +0000 Subject: 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 --- cpp/src/tests/run_test | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cpp/src/tests') 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. -- cgit v1.2.1