diff options
author | Stephen D. Huston <shuston@apache.org> | 2012-03-14 15:39:14 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2012-03-14 15:39:14 +0000 |
commit | da02a78692ad6cec4a103ae65206c166d19f065d (patch) | |
tree | 142c809fd5f2a245aaa7007e7fa2287d5ec3eb6d /cpp/src | |
parent | 25801d38b8e6c31cf50fe93248bdc01336d331b0 (diff) | |
download | qpid-python-da02a78692ad6cec4a103ae65206c166d19f065d.tar.gz |
Ensure both SQL and CLFS tests run if they're built. NO-JIRA
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1300595 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/CMakeLists.txt b/cpp/src/tests/CMakeLists.txt index 79c82106cb..f863a9f8d3 100644 --- a/cpp/src/tests/CMakeLists.txt +++ b/cpp/src/tests/CMakeLists.txt @@ -326,7 +326,7 @@ if (BUILD_MSSQL) add_test (store_tests ${shell} ${CMAKE_CURRENT_SOURCE_DIR}/run_store_tests${test_script_suffix} MSSQL) endif (BUILD_MSSQL) if (BUILD_MSCLFS) - add_test (store_tests ${shell} ${CMAKE_CURRENT_SOURCE_DIR}/run_store_tests${test_script_suffix} MSSQL-CLFS) + add_test (store_tests_clfs ${shell} ${CMAKE_CURRENT_SOURCE_DIR}/run_store_tests${test_script_suffix} MSSQL-CLFS) endif (BUILD_MSCLFS) endif (PYTHON_EXECUTABLE) |