summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-01-09 18:42:01 +0000
committerTed Ross <tross@apache.org>2009-01-09 18:42:01 +0000
commitb33b48b479b81a15b2ffa9dd894ff462dbe1403c (patch)
tree7f581b6928513635e3364fe295faada10fe1568d /qpid/cpp/src/tests/Makefile.am
parenta9cae342e274eda27e659fd02e7d307c8ba65fc2 (diff)
downloadqpid-python-b33b48b479b81a15b2ffa9dd894ff462dbe1403c.tar.gz
Added test coverage for the CLI utilities
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@733108 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
-rw-r--r--qpid/cpp/src/tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am
index 47439d0bab..8cc72da96b 100644
--- a/qpid/cpp/src/tests/Makefile.am
+++ b/qpid/cpp/src/tests/Makefile.am
@@ -198,7 +198,7 @@ DispatcherTest_LDADD=$(lib_common)
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 quick_txtest
-TESTS += start_broker $(system_tests) python_tests stop_broker run_federation_tests run_acl_tests
+TESTS += start_broker $(system_tests) python_tests stop_broker run_federation_tests run_acl_tests run_cli_tests
EXTRA_DIST += \
run_test vg_check \
@@ -213,6 +213,7 @@ EXTRA_DIST += \
config.null \
ais_check \
run_federation_tests \
+ run_cli_tests \
run_acl_tests \
.valgrind.supp \
MessageUtils.h \