From e81d11bfb94e63f56448d4984f2e2dca39d19f46 Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Tue, 2 Jun 2009 15:47:26 +0000 Subject: 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 --- cpp/src/tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/tests/Makefile.am') 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 \ -- cgit v1.2.1