Author: shuston
Date: Thu Nov  4 22:50:43 2010
New Revision: 1031323

URL: http://svn.apache.org/viewvc?rev=1031323&view=rev
Log:
When running store tests, pass the store type to the script. Also added test 
runs for the CLFS store.

Modified:
    qpid/trunk/qpid/cpp/src/tests/CMakeLists.txt

Modified: qpid/trunk/qpid/cpp/src/tests/CMakeLists.txt
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/CMakeLists.txt?rev=1031323&r1=1031322&r2=1031323&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/src/tests/CMakeLists.txt Thu Nov  4 22:50:43 2010
@@ -293,8 +293,11 @@ if (BUILD_ACL)
   add_test (acl_tests ${shell} 
${CMAKE_CURRENT_SOURCE_DIR}/run_acl_tests${test_script_suffix})
 endif (BUILD_ACL)
 if (BUILD_MSSQL)
-  add_test (store_tests ${shell} 
${CMAKE_CURRENT_SOURCE_DIR}/run_store_tests${test_script_suffix})
+  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)
+endif (BUILD_MSCLFS)
 endif (PYTHON_EXECUTABLE)
 
 add_library(test_store MODULE test_store.cpp)



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscr...@qpid.apache.org

Reply via email to