Blog Archives

Adding memory leak checking to GoogleTest on Windows

Google Test framework does not natively support memory leak checking. For Windows it is possible to use the CRT debugging tools  in order to take a snapshot of the memory before a test runs and then compare it to the memory

Posted in Google Test, Programming, TDD