diff options
| author | Stephen D. Huston <shuston@apache.org> | 2011-07-22 11:33:08 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2011-07-22 11:33:08 +0000 |
| commit | b398b547ef8822f893215564a738e323eff44284 (patch) | |
| tree | 6510f77e19ccd9c886df1444205f249bbb33b2d5 /qpid/cpp | |
| parent | 1f55f866f3d1f377031656440dd4fd3326b4638b (diff) | |
| download | qpid-python-b398b547ef8822f893215564a738e323eff44284.tar.gz | |
Corrected qpid-client-test's name when setting up the test script. NO-JIRA
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1149571 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/CMakeLists.txt b/qpid/cpp/src/tests/CMakeLists.txt index 405718f12b..401b137dc7 100644 --- a/qpid/cpp/src/tests/CMakeLists.txt +++ b/qpid/cpp/src/tests/CMakeLists.txt @@ -278,7 +278,7 @@ 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} ${qpid-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} ${qpid-txtest_LOCATION} --queues 4 --tx-count 10 --quiet) |
