diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-19 21:34:05 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-19 21:34:05 (GMT) |
commit | 5c0a340a9e0146841b14065497373cb9a79d5768 (patch) | |
tree | fb8e926e0972c38be21c604c9141af35852e69fc /Source | |
parent | c856f76de3e7b695969c976c318fe5351403ede6 (diff) | |
download | CMake-5c0a340a9e0146841b14065497373cb9a79d5768.zip CMake-5c0a340a9e0146841b14065497373cb9a79d5768.tar.gz CMake-5c0a340a9e0146841b14065497373cb9a79d5768.tar.bz2 |
ENH: remove ConvLib test for now
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CMakeLists.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 38e7119..65a20f7 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -697,15 +697,15 @@ IF(BUILD_TESTING) -DCMAKE_TEST_SYSTEM_LIBRARIES:BOOL=${CMAKE_TEST_SYSTEM_LIBRARIES} --test-command complex) - ADD_TEST(ConvLibrary ${CMAKE_CTEST_COMMAND} - --build-and-test - "${CMake_SOURCE_DIR}/Tests/ConvLibrary" - "${CMake_BINARY_DIR}/Tests/ConvLibrary" - --build-two-config - --build-generator ${CMAKE_TEST_GENERATOR} - --build-makeprogram ${CMAKE_TEST_MAKEPROGRAM} - --build-project ConvLibrary - --test-command bartest) +# ADD_TEST(ConvLibrary ${CMAKE_CTEST_COMMAND} +# --build-and-test +# "${CMake_SOURCE_DIR}/Tests/ConvLibrary" +# "${CMake_BINARY_DIR}/Tests/ConvLibrary" +# --build-two-config +# --build-generator ${CMAKE_TEST_GENERATOR} +# --build-makeprogram ${CMAKE_TEST_MAKEPROGRAM} +# --build-project ConvLibrary +# --test-command bartest) # ADD_TEST(complexRelativePaths ${CMAKE_CTEST_COMMAND} # --build-and-test |