We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ffa01 commit cd36cc9Copy full SHA for cd36cc9
README.md
@@ -9,7 +9,7 @@ This unit test framework provides a variety of features in a single library, inc
9
* Identify tests as functions, member functions and const member functions.
10
* Pass or fail a test based on the performance.
11
* Fixtures (setup and teardown).
12
-* Fail on memory leak.
+* Fail on memory leaks (currently only Windows).
13
* Single header file include for all features.
14
* Override test output for function names and arguments.
15
* Provide custom logging (replace stdio output).
0 commit comments