From 10311a70cc479b4dc24a9e041ad3e414316c6940 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Tue, 25 Nov 2008 15:57:52 +0000 Subject: [PATCH] add info about how to run the tests with valgrind llvm-svn: 60030 --- docs/TestingGuide.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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