mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
add info about how to run the tests with valgrind
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60030 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a6af91ae12
commit
21bfe0b448
@ -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>
|
||||
<!-- _______________________________________________________________________ -->
|
||||
|
Loading…
Reference in New Issue
Block a user