CMake: documented testing procedure
authorOscar Fuentes <ofv@wanadoo.es>
Mon, 9 Aug 2010 02:49:39 +0000 (02:49 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Mon, 9 Aug 2010 02:49:39 +0000 (02:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110559 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CMake.html

index 40a2cec8e91bd10a8f80b0fec4fd7d66ea8d2a56..a0473c97e57a2097c5f221b75385844bfc4f863d 100644 (file)
 
 <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>