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 | 0a97000329d0e1e363b4bb29c5018f6e54e54d43 (patch) | |
| tree | 142c809fd5f2a245aaa7007e7fa2287d5ec3eb6d /cpp | |
| parent | 53961b5aa40377188a67447eeef140ddcf8492a0 (diff) | |
| download | qpid-python-0a97000329d0e1e363b4bb29c5018f6e54e54d43.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')
| -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) |
