Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
b28937f1
Commit
b28937f1
authored
Mar 25, 2005
by
Andy Cedilnik
Browse files
ENH: Remove curl build testing
parent
8cb981b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Source/CMakeLists.txt
View file @
b28937f1
...
...
@@ -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"
...
...
Source/CTest/Curl/CMakeLists.txt
View file @
b28937f1
...
...
@@ -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"
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment