[llvm-commits] [llvm] r60030 - /llvm/trunk/docs/TestingGuide.html
Nuno Lopes
nunoplopes at sapo.pt
Tue Nov 25 07:58:04 PST 2008
Author: nlopes
Date: Tue Nov 25 09:57:52 2008
New Revision: 60030
URL: http://llvm.org/viewvc/llvm-project?rev=60030&view=rev
Log:
add info about how to run the tests with valgrind
Modified:
llvm/trunk/docs/TestingGuide.html
Modified: llvm/trunk/docs/TestingGuide.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TestingGuide.html?rev=60030&r1=60029&r2=60030&view=diff
==============================================================================
--- llvm/trunk/docs/TestingGuide.html (original)
+++ llvm/trunk/docs/TestingGuide.html Tue Nov 25 09:57:52 2008
@@ -228,6 +228,15 @@
</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>
<!-- _______________________________________________________________________ -->
More information about the llvm-commits
mailing list