diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index 841974da3cd..582b9daecfa 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -228,6 +228,15 @@ subdirectory.

+

To run the tests with Valgrind (Memcheck by default), just append +VG=1 to the commands above, e.g.:

+ +
+
+% gmake check VG=1
+
+
+
Test suite