From 21bfe0b448e73ad0b5676eb7ca29f6ff3f4f0ce5 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
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60030 91177308-0d34-0410-b5e6-96231b3b80d8
---
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
+
+
+
--
2.34.1