Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-19 | lib1521: add curl_easy_getinfo calls to the test set | Daniel Stenberg | |
Also added return value checks to make sure no unexpected return codes are used. | |||
2017-06-05 | test1521: test *all* curl_easy_setopt options | Daniel Stenberg | |
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 |