summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2009-06-02 15:47:26 +0000
committerKim van der Riet <kpvdr@apache.org>2009-06-02 15:47:26 +0000
commit89182afef13d6b74a0354e90a4e0b630714827f7 (patch)
tree7d6105d0c79dd826fa0d3d80a9917500d619fdd7 /qpid/cpp/src/tests/Makefile.am
parentf7d647fabb0cb0b6698d7a683cbbac4921011834 (diff)
downloadqpid-python-89182afef13d6b74a0354e90a4e0b630714827f7.tar.gz
Fixes to cluster tests which enable them to be built and run outside the source tree.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781070 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
-rw-r--r--qpid/cpp/src/tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am
index 64cd713f1a..3563faf56a 100644
--- a/qpid/cpp/src/tests/Makefile.am
+++ b/qpid/cpp/src/tests/Makefile.am
@@ -231,6 +231,7 @@ DispatcherTest_LDADD=$(lib_common) $(SOCKLIBS)
TESTS_ENVIRONMENT = \
VALGRIND=$(VALGRIND) \
srcdir=$(srcdir) \
+ top_builddir=$(top_builddir) \
QPID_DATA_DIR= \
QPID_LIB_DIR=../.libs \
BOOST_TEST_SHOW_PROGRESS=yes \