summaryrefslogtreecommitdiff
path: root/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
commite81d11bfb94e63f56448d4984f2e2dca39d19f46 (patch)
treea3db894d0b7752de9634476d0db9571a47f7c8b7 /cpp/src/tests/Makefile.am
parentb7fafca024a93f1bda424bcd70b2d67adc7f59f3 (diff)
downloadqpid-python-e81d11bfb94e63f56448d4984f2e2dca39d19f46.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/qpid@781070 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
-rw-r--r--cpp/src/tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index 64cd713f1a..3563faf56a 100644
--- a/cpp/src/tests/Makefile.am
+++ b/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 \