diff options
| author | Charles E. Rolke <chug@apache.org> | 2013-05-23 19:38:09 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2013-05-23 19:38:09 +0000 |
| commit | 1d942470fa243680260b1e1f299e95a52fb0624e (patch) | |
| tree | f7438492b2fa3f43a9075ac0010215ef063c020c /cpp/src/tests | |
| parent | cd8de8b4d9737f43894eca5c751802fdb85638ad (diff) | |
| download | qpid-python-1d942470fa243680260b1e1f299e95a52fb0624e.tar.gz | |
QPID-4650: C++ Broker method to redirect messages between two queues.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1485836 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
| -rw-r--r-- | cpp/src/tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/CMakeLists.txt b/cpp/src/tests/CMakeLists.txt index f3ee40621f..af96944b2d 100644 --- a/cpp/src/tests/CMakeLists.txt +++ b/cpp/src/tests/CMakeLists.txt @@ -349,6 +349,7 @@ endif (BUILD_MSSQL) if (BUILD_MSCLFS) add_test (store_tests_clfs ${shell} ${CMAKE_CURRENT_SOURCE_DIR}/run_store_tests${test_script_suffix} MSSQL-CLFS) endif (BUILD_MSCLFS) +add_test (queue_redirect ${shell} ${CMAKE_CURRENT_SOURCE_DIR}/run_queue_redirect${test_script_suffix}) endif (PYTHON_EXECUTABLE) add_library(test_store MODULE test_store.cpp) |
