diff options
| author | Alan Conway <aconway@apache.org> | 2008-10-27 15:05:19 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-10-27 15:05:19 +0000 |
| commit | 56480c85567423e45a97a1f1c710e656ff0ed52e (patch) | |
| tree | 9a037672c7be40ec4040224d4b992c8e547c3b85 /cpp/src/tests | |
| parent | 825327492ededcf62f7307a96eb29f5e7df88351 (diff) | |
| download | qpid-python-56480c85567423e45a97a1f1c710e656ff0ed52e.tar.gz | |
client::SubscriptionManager::findSubscription() throws if not found.
Added progress indicator to boost tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@708210 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 52511e2f29..0f562cec16 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -132,7 +132,7 @@ check_PROGRAMS+=header_test header_test_SOURCES=header_test.cpp TestOptions.h ConnectionOptions.h header_test_LDADD=$(lib_client) -TESTS_ENVIRONMENT = VALGRIND=$(VALGRIND) srcdir=$(srcdir) QPID_DATA_DIR= $(srcdir)/run_test +TESTS_ENVIRONMENT = VALGRIND=$(VALGRIND) srcdir=$(srcdir) QPID_DATA_DIR= BOOST_TEST_SHOW_PROGRESS=yes $(srcdir)/run_test system_tests = client_test quick_perftest quick_topictest run_header_test TESTS += start_broker $(system_tests) python_tests stop_broker run_federation_tests run_acl_tests |
