summaryrefslogtreecommitdiff
path: root/tests/data/test1521
Commit message (Collapse)AuthorAgeFilesLines
* lib1521: add curl_easy_getinfo calls to the test setDaniel Stenberg2017-06-191-1/+1
| | | | | Also added return value checks to make sure no unexpected return codes are used.
* test1521: test *all* curl_easy_setopt optionsDaniel Stenberg2017-06-051-0/+30
mk-lib1521.pl generates a test program (lib1521.c) that calls curl_easy_setopt() for every known option with a few typical values to make sure they work (ignoring the return codes). Some small changes were necessary to avoid asserts and NULL accesses when doing this. The perl script needs to be manually rerun when we add new options. Closes #1543