diff options
author | Nuno Lopes <nunoplopes@sapo.pt> | 2008-11-25 15:57:52 +0000 |
---|---|---|
committer | Nuno Lopes <nunoplopes@sapo.pt> | 2008-11-25 15:57:52 +0000 |
commit | ab6d607ff7032b94beba5e11c3a1159368bbe2f7 (patch) | |
tree | 275974ba67e17512026ec26c30e5ceebedced65b | |
parent | 6cdcbd1f95a1993116be3d2fcf9d5e989f5e1bba (diff) | |
download | bcm5719-llvm-ab6d607ff7032b94beba5e11c3a1159368bbe2f7.tar.gz bcm5719-llvm-ab6d607ff7032b94beba5e11c3a1159368bbe2f7.zip |
add info about how to run the tests with valgrind
llvm-svn: 60030
-rw-r--r-- | llvm/docs/TestingGuide.html | 9 |
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> <!-- _______________________________________________________________________ --> |