1<testcase> 2<info> 3<keywords> 4unittest 5TrackMemory 6</keywords> 7</info> 8 9# 10# Server-side 11<reply> 12</reply> 13 14# Client-side 15<client> 16<server> 17none 18</server> 19<features> 20unittest 21TrackMemory 22</features> 23# tool is what to use instead of 'curl' 24<tool> 25unit1330 26</tool> 27 28<name> 29unit tests memory tracking operational 30</name> 31<command> 32nothing 33</command> 34</client> 35 36# 37# Verify data after the test has been "shot" 38<verify> 39<file name="log/memdump"> 40MEM unit1330.c: malloc() 41MEM unit1330.c: free() 42</file> 43<stripfile> 44s/ =.*// 45s/\(.*\)/()/ 46s/:\d+/:/ 47s:^(MEM )(.*/)(.*):$1$3: 48</stripfile> 49</verify> 50 51</testcase> 52