From 344067e253c58f6ee2ed985752d184d00667b8c1 Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Wed, 1 Jul 2009 15:21:54 +0000 Subject: Fix for cluster_test problems: a) When not started from within test dir, qpidd is not found, and a process cascade results in which each forked process continues and runs all tests after its own instead of terminating; b) Hard-coded paths and names of libs, which have been moved into Makefile.am; c) Some tests use ScopedSuppressLogging, these tests are modified so the scope of the logging suppression does not include the broker/cluster startup. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@790215 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpp/src/tests/Makefile.am') diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index f08d5a47ba..ec34a07e9e 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -244,7 +244,9 @@ TESTS_ENVIRONMENT = \ srcdir=$(srcdir) \ top_builddir=$(top_builddir) \ QPID_DATA_DIR= \ - QPID_LIB_DIR=../.libs \ + ACL_LIB=../.libs/acl.so \ + CLUSTER_LIB=../.libs/cluster.so \ + TEST_STORE_LIB=.libs/test_store.so \ BOOST_TEST_SHOW_PROGRESS=yes \ $(srcdir)/run_test -- cgit v1.2.1