diff options
| author | Stephen D. Huston <shuston@apache.org> | 2010-06-02 13:23:11 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2010-06-02 13:23:11 +0000 |
| commit | efacab473c39d35f2a6eca9ed46dcf78c5fbd6c3 (patch) | |
| tree | d7bf09173f437107bc7131d62e1d5f7ad3381f12 /qpid/cpp/src/tests | |
| parent | d5632b8d700ac1fdec1c9d380f6478c59f7a7f1b (diff) | |
| download | qpid-python-efacab473c39d35f2a6eca9ed46dcf78c5fbd6c3.tar.gz | |
Correct reference to test exe
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950556 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -rw-r--r-- | qpid/cpp/src/tests/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/CMakeLists.txt b/qpid/cpp/src/tests/CMakeLists.txt index 47714ac5fe..9b7e22ab51 100644 --- a/qpid/cpp/src/tests/CMakeLists.txt +++ b/qpid/cpp/src/tests/CMakeLists.txt @@ -286,10 +286,10 @@ set(test_wrap ${shell} ${CMAKE_CURRENT_SOURCE_DIR}/run_test${test_script_suffix} add_test (unit_test ${test_wrap} ${unit_test_LOCATION}) add_test (start_broker ${shell} ${CMAKE_CURRENT_SOURCE_DIR}/start_broker${test_script_suffix}) -add_test (qpid-client-test ${test_wrap} ${client_test_LOCATION}) +add_test (qpid-client-test ${test_wrap} ${qpid-client_test_LOCATION}) add_test (quick_perftest ${test_wrap} ${qpid-perftest_LOCATION} --summary --count 100) add_test (quick_topictest ${test_wrap} ${CMAKE_CURRENT_SOURCE_DIR}/quick_topictest${test_script_suffix}) -add_test (quick_txtest ${test_wrap} ${txtest_LOCATION} --queues 4 --tx-count 10 --quiet) +add_test (quick_txtest ${test_wrap} ${qpid-txtest_LOCATION} --queues 4 --tx-count 10 --quiet) if (PYTHON_EXECUTABLE) add_test (run_header_test ${shell} ${CMAKE_CURRENT_SOURCE_DIR}/run_header_test${test_script_suffix}) add_test (python_tests ${test_wrap} ${CMAKE_CURRENT_SOURCE_DIR}/python_tests${test_script_suffix}) |
