dfe9027c6f68476c9e5e5c212b174bfd8547dccd
[platform/upstream/curl.git] / tests / data / test509
1 <testcase>
2 #
3 # Server-side
4 <reply>
5 </reply>
6
7 # Client-side
8 <client>
9 <server>
10 none
11 </server>
12 # tool is what to use instead of 'curl'
13 <tool>
14 lib509
15 </tool>
16
17 <name>
18 initialization with memory callbacks and actual usage
19 </name>
20 <command>
21 nothing
22 </command>
23 </client>
24
25 #
26 # Verify data after the test has been "shot"
27 <verify>
28 <stdout mode="text">
29 seen custom_calloc()
30 seen custom_malloc()
31 seen custom_realloc()
32 seen custom_free()
33 </stdout>
34 </verify>
35
36 </testcase>