From feb2c38b24deb8fcacdb11cdd4920a61d0c88ee0 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Fri, 9 Jan 2009 18:42:01 +0000 Subject: 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 --- cpp/src/tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/src/tests/Makefile.am') 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 \ -- cgit v1.2.1