mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 19:45:04 -05:00
cccac4fb2b
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
31 lines
308 B
Plaintext
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>
|