diff options
| author | Alan Conway <aconway@apache.org> | 2007-12-01 05:11:38 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-12-01 05:11:38 +0000 |
| commit | 9a5521b5aaaf1f620c4210ecf09e180ed2934988 (patch) | |
| tree | 9f71cab2186c5c3ccf4730efb1a3bf819f535a9b /cpp/src/tests/Makefile.am | |
| parent | 1ef2d3ad182ca4ec136632c35f7ac173a1601eb5 (diff) | |
| download | qpid-python-9a5521b5aaaf1f620c4210ecf09e180ed2934988.tar.gz | |
Fix problem where client does notice disconnection from Broker.
src/qpid/client/SessionCore.cpp: close/open Demux on suspend/resume.
src/tests/exception_test.cpp: convert to Session API, boost test.
- Temporarily disabled due issues noted in TODO comments
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@600046 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index b99819f431..aa72a15c3f 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -26,8 +26,10 @@ CLEANFILES= TESTS+=unit_test check_PROGRAMS+=unit_test -unit_test_LDADD=-lboost_unit_test_framework -lboost_regex $(lib_common) +unit_test_LDADD=-lboost_unit_test_framework -lboost_regex \ + $(lib_client) $(lib_broker) unit_test_SOURCES= unit_test.cpp unit_test.h \ + exception_test.cpp \ RefCounted.cpp RefCountedMap.cpp \ SessionState.cpp Blob.cpp logging.cpp \ Url.cpp Uuid.cpp \ @@ -91,7 +93,6 @@ unit_tests = \ testprogs= \ client_test \ - exception_test \ topic_listener \ topic_publisher # echo_service @@ -100,7 +101,7 @@ check_PROGRAMS += $(testprogs) interop_runner TESTS_ENVIRONMENT = VALGRIND=$(VALGRIND) srcdir=$(srcdir) $(srcdir)/run_test -system_tests = client_test exception_test quick_perftest quick_topictest +system_tests = client_test quick_perftest quick_topictest TESTS += run-unit-tests start_broker $(system_tests) python_tests stop_broker EXTRA_DIST += \ |
