forked from OSchip/llvm-project
add info about how to run the tests with valgrind
llvm-svn: 60030
This commit is contained in:
parent
6cdcbd1f95
commit
ab6d607ff7
|
|
@ -228,6 +228,15 @@ subdirectory.</b></p>
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</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>
|
<div class="doc_subsection"><a name="quicktestsuite">Test suite</a></div>
|
||||||
<!-- _______________________________________________________________________ -->
|
<!-- _______________________________________________________________________ -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue