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 | c2abaaa2bdaeb1ce8dd49ca09fb1e02435a3f114 (patch) | |
tree | ab4c39f496e90ccd44c1c6c81e7bdafecd61c95b /cpp/src/tests | |
parent | b0cded4af89897656d9eb9d050842cfde0d52ebe (diff) | |
download | qpid-python-c2abaaa2bdaeb1ce8dd49ca09fb1e02435a3f114.tar.gz |
Correct reference to test exe
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@950556 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
-rw-r--r-- | cpp/src/tests/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/tests/CMakeLists.txt b/cpp/src/tests/CMakeLists.txt index 47714ac5fe..9b7e22ab51 100644 --- a/cpp/src/tests/CMakeLists.txt +++ b/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}) |