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 | 82779c7501d76f1c05760b7142bbfde64d920dec (patch) | |
| tree | 6f8fda072a968749f8434181b8011f82bed8c3eb /qpid/cpp/src/tests | |
| parent | 26fa172db1ba75a8e724afe434cafda5e4dbd32e (diff) | |
| download | qpid-python-82779c7501d76f1c05760b7142bbfde64d920dec.tar.gz | |
QPID-4650: C++ Broker method to redirect messages between two queues.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1485836 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -rw-r--r-- | qpid/cpp/src/tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/CMakeLists.txt b/qpid/cpp/src/tests/CMakeLists.txt index f3ee40621f..af96944b2d 100644 --- a/qpid/cpp/src/tests/CMakeLists.txt +++ b/qpid/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) |
