summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-02-17 19:04:32 +0000
committerAlan Conway <aconway@apache.org>2012-02-17 19:04:32 +0000
commit911fb772ffc52cccd86106cbc075157a064e1495 (patch)
treeeac8a99a3d2726c312938f35f95994d05b5918e0 /qpid/cpp/src/tests/CMakeLists.txt
parentbf33abec376f20e1cf5d7579ee449339097ab1ec (diff)
downloadqpid-python-911fb772ffc52cccd86106cbc075157a064e1495.tar.gz
QPID-3603: Add HA tests to automake and cmake.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1245706 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/CMakeLists.txt')
-rw-r--r--qpid/cpp/src/tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/CMakeLists.txt b/qpid/cpp/src/tests/CMakeLists.txt
index 16ae500140..75ecffe866 100644
--- a/qpid/cpp/src/tests/CMakeLists.txt
+++ b/qpid/cpp/src/tests/CMakeLists.txt
@@ -309,6 +309,7 @@ if (PYTHON_EXECUTABLE)
endif (PYTHON_EXECUTABLE)
add_test (stop_broker ${shell} ${CMAKE_CURRENT_SOURCE_DIR}/stop_broker${test_script_suffix})
if (PYTHON_EXECUTABLE)
+ add_test (ha_tests ${test_wrap} ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/ha_tests.py)
add_test (ipv6_test ${shell} ${CMAKE_CURRENT_SOURCE_DIR}/ipv6_test${test_script_suffix})
add_test (federation_tests ${shell} ${CMAKE_CURRENT_SOURCE_DIR}/run_federation_tests${test_script_suffix})
if (BUILD_ACL)