summaryrefslogtreecommitdiff
path: root/cpp/src/tests
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-06-14 22:27:28 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-06-14 22:27:28 +0000
commitaebac8524dc43dec440b04ea9d33b9a2384edc59 (patch)
tree75a250f65584badfc103df5d45de79ac8bf40742 /cpp/src/tests
parent84c9654b223c36ec82c2ffc7b25b51b4633efeeb (diff)
downloadqpid-python-aebac8524dc43dec440b04ea9d33b9a2384edc59.tar.gz
QPID-4926: Add in overlooked cli_tests
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1493267 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
-rw-r--r--cpp/src/tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/CMakeLists.txt b/cpp/src/tests/CMakeLists.txt
index 869ed08722..1738465740 100644
--- a/cpp/src/tests/CMakeLists.txt
+++ b/cpp/src/tests/CMakeLists.txt
@@ -352,6 +352,7 @@ add_test (queue_flow_limit_tests ${shell} ${CMAKE_CURRENT_SOURCE_DIR}/run_queue_
if (BUILD_ACL)
add_test (acl_tests ${shell} ${CMAKE_CURRENT_SOURCE_DIR}/run_acl_tests${test_script_suffix})
endif (BUILD_ACL)
+add_test (cli_tests ${shell} ${CMAKE_CURRENT_SOURCE_DIR}/run_cli_tests${test_script_suffix})
add_test (dynamic_log_level_test ${shell} ${CMAKE_CURRENT_SOURCE_DIR}/dynamic_log_level_test${test_script_suffix})
add_test (dynamic_log_hires_timestamp ${shell} ${CMAKE_CURRENT_SOURCE_DIR}/dynamic_log_hires_timestamp${test_script_suffix})
if (BUILD_MSSQL)