From: Nuno Lopes
Date: Tue, 25 Nov 2008 15:57:52 +0000 (+0000)
Subject: add info about how to run the tests with valgrind
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=21bfe0b448e73ad0b5676eb7ca29f6ff3f4f0ce5;p=oota-llvm.git
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
---
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
+
+
+