From 07c8c499649c725a226eeda3e0bfe58fa8ba984c Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 5 Jul 2007 09:47:07 +0000 Subject: Fix for QPID-534. Get now detects closure correctly. Also fixed broker to allow channel.close-ok (and fixed client to send it). git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@553441 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/Makefile.am | 3 ++- 1 file changed, 2 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 76f821798d..ee1a7317e0 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -95,6 +95,7 @@ unit_tests = \ testprogs= \ client_test \ + exception_test \ echo_service \ topic_listener \ topic_publisher @@ -103,7 +104,7 @@ check_PROGRAMS += $(testprogs) interop_runner TESTS_ENVIRONMENT = VALGRIND=$(VALGRIND) srcdir=$(srcdir) $(srcdir)/run_test -system_tests = client_test quick_topictest +system_tests = client_test exception_test quick_topictest TESTS += run-unit-tests start_broker $(system_tests) python_tests kill_broker EXTRA_DIST += \ -- cgit v1.2.1