From ab6d607ff7032b94beba5e11c3a1159368bbe2f7 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Tue, 25 Nov 2008 15:57:52 +0000 Subject: add info about how to run the tests with valgrind llvm-svn: 60030 --- llvm/docs/TestingGuide.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'llvm/docs/TestingGuide.html') diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html index 841974da3cd..582b9daecfa 100644 --- a/llvm/docs/TestingGuide.html +++ b/llvm/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
-- cgit v1.2.3