summaryrefslogtreecommitdiff
path: root/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
commitfeb2c38b24deb8fcacdb11cdd4920a61d0c88ee0 (patch)
treee08b7f99730023c734042560da7edb1234acf1b8 /cpp/src/tests/Makefile.am
parente8bc90906d322a676b931834a894d5c6bd2aa97e (diff)
downloadqpid-python-feb2c38b24deb8fcacdb11cdd4920a61d0c88ee0.tar.gz
Added test coverage for the CLI utilities
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@733108 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 47439d0bab..8cc72da96b 100644
--- a/cpp/src/tests/Makefile.am
+++ b/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 \