1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

add info about how to run the tests with valgrind

llvm-svn: 60030
This commit is contained in:
Nuno Lopes 2008-11-25 15:57:52 +00:00
parent 65de5c0566
commit 10311a70cc

View File

@ -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>
<!-- _______________________________________________________________________ -->