[llvm-commits] [llvm] r110559 - /llvm/trunk/docs/CMake.html

Oscar Fuentes ofv at wanadoo.es
Sun Aug 8 19:49:39 PDT 2010


Author: ofv
Date: Sun Aug  8 21:49:39 2010
New Revision: 110559

URL: http://llvm.org/viewvc/llvm-project?rev=110559&view=rev
Log:
CMake: documented testing procedure

Modified:
    llvm/trunk/docs/CMake.html

Modified: llvm/trunk/docs/CMake.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CMake.html?rev=110559&r1=110558&r2=110559&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.html (original)
+++ llvm/trunk/docs/CMake.html Sun Aug  8 21:49:39 2010
@@ -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>
 





More information about the llvm-commits mailing list