1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test1521
Daniel Stenberg cccac4fb2b test1521: test *all* curl_easy_setopt options
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
2017-06-05 14:25:18 +02:00

31 lines
308 B
Plaintext

<testcase>
<info>
<keywords>
curl_easy_setopt
</keywords>
</info>
#
# Client-side
<client>
<server>
none
</server>
<tool>
lib1521
</tool>
<name>
try ALL curl_easy_setopt options
</name>
<command>
unused
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
</verify>
</testcase>