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