ENH: Remove curl build testing

This commit is contained in:
Andy Cedilnik 2005-03-25 18:46:53 -05:00
parent 8cb981b176
commit b28937f1c7
2 changed files with 1 additions and 9 deletions

View File

@ -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"

View File

@ -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")