summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-10-29 15:15:08 +0000
committerGordon Sim <gsim@apache.org>2008-10-29 15:15:08 +0000
commit20e253844fddd084eac9b80dc9cc73efff12dd28 (patch)
tree7772f7360ec0bc8c7cabc49202d7b6bca038e7ec /cpp/src/tests/Makefile.am
parent2dcb03fba0f117583a3dd669c46302bb6bb834a2 (diff)
downloadqpid-python-20e253844fddd084eac9b80dc9cc73efff12dd28.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/qpid@708919 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
-rw-r--r--cpp/src/tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index 0f562cec16..d8300f46d3 100644
--- a/cpp/src/tests/Makefile.am
+++ b/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 \