googletest icon indicating copy to clipboard operation
googletest copied to clipboard

Add Instant leak check option

Open Matthdonau opened this issue 2 years ago • 2 comments
trafficstars

This PR adds functionality to instantly invoke a mock object leak check (as currently already done at program end) in order to provide a more fine grained leak check over a test suite. If the leak check detects still allocated mock objects it will fail the current test and report the leaks. However it wont affect the end of program leak check in any way.

Matthdonau avatar May 23 '23 07:05 Matthdonau

@dinord Is there something I can provide to move this forward?

Matthdonau avatar Jul 10 '23 13:07 Matthdonau