diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-06-01 22:30:24 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-06-01 22:30:24 +0000 |
| commit | 17119fd4e7d62f27eb917ed5baa8b9f52e64a654 (patch) | |
| tree | 3184f4ed08dd59b80eecf39c28fff5e327c74f96 /qpid/cpp/src/tests/cluster.mk | |
| parent | bf3ef8a406b298cf0f2d8c8f2c622ec9b6fbc510 (diff) | |
| download | qpid-python-17119fd4e7d62f27eb917ed5baa8b9f52e64a654.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@780855 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/tests/cluster.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/qpid/cpp/src/tests/cluster.mk b/qpid/cpp/src/tests/cluster.mk index 3e75d0bf87..6d680f361e 100644 --- a/qpid/cpp/src/tests/cluster.mk +++ b/qpid/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 |
