diff options
| author | Gordon Sim <gsim@apache.org> | 2008-10-29 15:15:08 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-10-29 15:15:08 +0000 |
| commit | e404628b6d1c0e4f6361d8352cc115dc9e642dc2 (patch) | |
| tree | 9e16affd95c98ac89268e46b692f4324a418e607 /qpid/cpp/src/tests/Makefile.am | |
| parent | 420b04a1b5b764bf2418207b232e47d3cf61f8ec (diff) | |
| download | qpid-python-e404628b6d1c0e4f6361d8352cc115dc9e642dc2.tar.gz | |
* added flag to SubscriptionSettings to control automatic completion of message
* removed automatic acquiring under autoAck mode
* added test for results from acquire requests
* added short txtest to the set of system tests run under make check
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@708919 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 0f562cec16..d8300f46d3 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -134,7 +134,7 @@ header_test_LDADD=$(lib_client) 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 +system_tests = client_test quick_perftest quick_topictest run_header_test quick_txtest TESTS += start_broker $(system_tests) python_tests stop_broker run_federation_tests run_acl_tests EXTRA_DIST += \ @@ -142,6 +142,7 @@ EXTRA_DIST += \ run-unit-tests start_broker python_tests stop_broker \ quick_topictest \ quick_perftest \ + quick_txtest \ topictest \ run_header_test \ header_test.py \ |
