ENH: remove test

This commit is contained in:
Bill Hoffman 2007-06-11 17:15:00 -04:00
parent b063c0c07b
commit 227b942584
1 changed files with 11 additions and 9 deletions

View File

@ -234,15 +234,17 @@ IF(BUILD_TESTING)
-DCMAKE_TEST_SYSTEM_LIBRARIES:BOOL=${CMAKE_TEST_SYSTEM_LIBRARIES} -DCMAKE_TEST_SYSTEM_LIBRARIES:BOOL=${CMAKE_TEST_SYSTEM_LIBRARIES}
--test-command complex) --test-command complex)
ADD_TEST(ConvLibrary ${CMAKE_CTEST_COMMAND} # This fails on VS 70
--build-and-test # works on Xcode and makefiles
"${CMake_SOURCE_DIR}/Tests/ConvLibrary" # ADD_TEST(ConvLibrary ${CMAKE_CTEST_COMMAND}
"${CMake_BINARY_DIR}/Tests/ConvLibrary" # --build-and-test
--build-two-config # "${CMake_SOURCE_DIR}/Tests/ConvLibrary"
--build-generator ${CMAKE_TEST_GENERATOR} # "${CMake_BINARY_DIR}/Tests/ConvLibrary"
--build-makeprogram ${CMAKE_TEST_MAKEPROGRAM} # --build-two-config
--build-project ConvLibrary # --build-generator ${CMAKE_TEST_GENERATOR}
--test-command bartest) # --build-makeprogram ${CMAKE_TEST_MAKEPROGRAM}
# --build-project ConvLibrary
# --test-command bartest)
# ADD_TEST(complexRelativePaths ${CMAKE_CTEST_COMMAND} # ADD_TEST(complexRelativePaths ${CMAKE_CTEST_COMMAND}