summaryrefslogtreecommitdiff
path: root/cpp/src/tests
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-06-01 22:30:24 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-06-01 22:30:24 +0000
commit31cdbb90eb2bef73d8a8e9ae2e68f771683a7ce1 (patch)
tree9b9bc229cef21d02aaed68325a030fa55b9669cb /cpp/src/tests
parent20a83ba3acd18fffdf20785ef8c39fb6c1997143 (diff)
downloadqpid-python-31cdbb90eb2bef73d8a8e9ae2e68f771683a7ce1.tar.gz
Some fixes to QPID-1879 so that clustering still works:
Change client io threading to be initialised at first use Stop linking loadable modules with tests Add some sentinel values so that we can see what happened last git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@780855 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
-rw-r--r--cpp/src/tests/cluster.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk
index 3e75d0bf87..6d680f361e 100644
--- a/cpp/src/tests/cluster.mk
+++ b/cpp/src/tests/cluster.mk
@@ -49,8 +49,6 @@ EXTRA_DIST += \
cluster.py
-unit_test_LDADD += ../cluster.la
-
LONG_TESTS += \
start_cluster \
cluster_python_tests \
@@ -66,7 +64,7 @@ cluster_test_SOURCES = \
ForkedBroker.cpp \
PartialFailure.cpp \
ClusterFailover.cpp
-cluster_test_LDADD=$(lib_client) ../cluster.la test_store.la -lboost_unit_test_framework
+cluster_test_LDADD=$(lib_client) $(lib_broker) -lboost_unit_test_framework
qpidtest_SCRIPTS += run_cluster_tests cluster.py testlib.py