diff options
author | Alan Conway <aconway@apache.org> | 2008-05-27 15:52:15 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-05-27 15:52:15 +0000 |
commit | 69f2797d247f2271592cc4a2cb0538e654868606 (patch) | |
tree | 8aebe6e17e5df12d0654a59c981df496f64c8696 /cpp | |
parent | 8b2a0de8689dffb697e436b4abf697d22bdf3caf (diff) | |
download | qpid-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-x | cpp/src/tests/run_test | 5 |
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. |