summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/curltest.c
Commit message (Collapse)AuthorAgeFilesLines
* curl: Avoid redundant getenv calls in curltestBrad King2023-05-221-8/+11
| | | | Also avoid using the result without checking for NULL.
* curl: Modernize tiny test code used for build inside CMakeBrad King2018-11-011-131/+53
| | | | | Drop unused code. Report the error message on failure. Format the source file using clang-format.
* curl: Drop unused testing codeBrad King2014-10-291-0/+159
Remove our "Testing/" directory renames of the upstream examples.