CMake: documented testing procedure

llvm-svn: 110559
This commit is contained in:
Oscar Fuentes 2010-08-09 02:49:39 +00:00
parent 4c0895893b
commit c9793795f7
1 changed files with 8 additions and 2 deletions

View File

@ -313,9 +313,15 @@
<div class="doc_text">
<p>LLVM testing is not supported on Visual Studio.</p>
<p>Testing is performed when the <i>check</i> target is built. For
instance, if you are using makefiles, execute this command while on
the top level of your build directory:</p>
<p>TODO</p>
<div class="doc_code">
<p><tt>make check</tt></p>
</div>
<p>Testing is not supported on Visual Studio.</p>
</div>