Add project files.
This commit is contained in:
44
3rd-party/curl-7.52.1/tests/data/test509
vendored
Normal file
44
3rd-party/curl-7.52.1/tests/data/test509
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
memory callbacks
|
||||
</keywords>
|
||||
</info>
|
||||
#
|
||||
# Server-side
|
||||
<reply>
|
||||
</reply>
|
||||
|
||||
# Client-side
|
||||
<client>
|
||||
<server>
|
||||
none
|
||||
</server>
|
||||
<features>
|
||||
http
|
||||
</features>
|
||||
# tool is what to use instead of 'curl'
|
||||
<tool>
|
||||
lib509
|
||||
</tool>
|
||||
|
||||
<name>
|
||||
initialization with memory callbacks and actual usage
|
||||
</name>
|
||||
<command>
|
||||
nothing
|
||||
</command>
|
||||
</client>
|
||||
|
||||
#
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<stdout>
|
||||
seen custom_calloc()
|
||||
seen custom_malloc()
|
||||
seen custom_realloc()
|
||||
seen custom_free()
|
||||
</stdout>
|
||||
</verify>
|
||||
|
||||
</testcase>
|
Reference in New Issue
Block a user