Making clean
compiling AllTests.cpp
compiling foo_tests.cpp
Building archive lib/libFoo.a
ar: creating lib/libFoo.a
Linking Foo_tests
Running Foo_tests
foo_tests.cpp:17: error: Failure in TEST(Foo, NotMuch)
Memory leak(s) found.
Alloc num (8) Leak size: 40 Allocated at: src/CppUTestExt/MockSupport.cpp and line: 151. Type: "new"
Memory: <0x9a3d448> Content: "hv�ӣ � "
Alloc num (7) Leak size: 8 Allocated at: src/CppUTestExt/MockExpectedFunctionsList.cpp and line: 104. Type: "new"
Memory: <0x9a3d418> Content: "@ӣ "
Alloc num (5) Leak size: 64 Allocated at: src/CppUTestExt/MockSupport.cpp and line: 130. Type: "new"
Memory: <0x9a3d340> Content: "�z�ӣ �"
Alloc num (6) Leak size: 4 Allocated at: src/CppUTestExt/MockExpectedFunctionCall.cpp and line: 39. Type: "new"
Memory: <0x9a3d3e8> Content: ""
Total number of leaks: 4
.
Errors (1 failures, 1 tests, 1 ran, 0 checks, 0 ignored, 0 filtered out, 0 ms)