summaryrefslogtreecommitdiffstats
path: root/llvm/docs/TestingGuide.html
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2008-11-25 15:57:52 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2008-11-25 15:57:52 +0000
commitab6d607ff7032b94beba5e11c3a1159368bbe2f7 (patch)
tree275974ba67e17512026ec26c30e5ceebedced65b /llvm/docs/TestingGuide.html
parent6cdcbd1f95a1993116be3d2fcf9d5e989f5e1bba (diff)
downloadbcm5719-llvm-ab6d607ff7032b94beba5e11c3a1159368bbe2f7.tar.gz
bcm5719-llvm-ab6d607ff7032b94beba5e11c3a1159368bbe2f7.zip
add info about how to run the tests with valgrind
llvm-svn: 60030
Diffstat (limited to 'llvm/docs/TestingGuide.html')
-rw-r--r--llvm/docs/TestingGuide.html9
1 files changed, 9 insertions, 0 deletions
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.</b></p>
</pre>
</div>
+<p>To run the tests with Valgrind (Memcheck by default), just append
+<tt>VG=1</tt> to the commands above, e.g.:</p>
+
+<div class="doc_code">
+<pre>
+% gmake check VG=1
+</pre>
+</div>
+
<!-- _______________________________________________________________________ -->
<div class="doc_subsection"><a name="quicktestsuite">Test suite</a></div>
<!-- _______________________________________________________________________ -->
OpenPOWER on IntegriCloud