diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-25 23:46:53 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-25 23:46:53 (GMT) |
commit | b28937f1c76da2719db424fa1e18928c097e9d64 (patch) | |
tree | b8c6eec1144533ab8692c3b1c45b7a2d5016e6c9 /Source | |
parent | 8cb981b176e15d79dd3b1873f9f58556f8cbf366 (diff) | |
download | CMake-b28937f1c76da2719db424fa1e18928c097e9d64.zip CMake-b28937f1c76da2719db424fa1e18928c097e9d64.tar.gz CMake-b28937f1c76da2719db424fa1e18928c097e9d64.tar.bz2 |
ENH: Remove curl build testing
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CMakeLists.txt | 9 | ||||
-rw-r--r-- | Source/CTest/Curl/CMakeLists.txt | 1 |
2 files changed, 1 insertions, 9 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 2e20be1..134f3d7 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -643,15 +643,6 @@ IF(BUILD_TESTING) --test-command executable ) - ADD_TEST(curl ${CMAKE_CTEST_COMMAND} - --build-and-test - "${CMake_SOURCE_DIR}/Source/CTest/Curl" - "${CMake_BINARY_DIR}/Tests/Curl" - --build-generator ${CMAKE_GENERATOR} - --build-makeprogram ${MAKEPROGRAM} - --build-project LIBCURL - --test-command LIBCURL) - ADD_TEST(kwsys ${CMAKE_CTEST_COMMAND} --build-and-test "${CMake_SOURCE_DIR}/Source/kwsys" diff --git a/Source/CTest/Curl/CMakeLists.txt b/Source/CTest/Curl/CMakeLists.txt index b8491c2..b61087b 100644 --- a/Source/CTest/Curl/CMakeLists.txt +++ b/Source/CTest/Curl/CMakeLists.txt @@ -583,3 +583,4 @@ ENDIF(CURL_TESTING) ADD_EXECUTABLE(LIBCURL Testing/curltest.c) TARGET_LINK_LIBRARIES(LIBCURL Curl) +ADD_TEST(curl "${EXECUTABLE_OUTPUT_PATH}/LIBCURL") |