summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2010-08-09 02:49:39 +0000
committerOscar Fuentes <ofv@wanadoo.es>2010-08-09 02:49:39 +0000
commitfd2f3e66fe8ba33c6a9cfb144ad0c136120ec37a (patch)
treeb598193521589283cf03cdc4396d990cfe0cf161 /docs
parentc9234c583573cfc0b19a94ecd766e2521e75e91c (diff)
downloadllvm-fd2f3e66fe8ba33c6a9cfb144ad0c136120ec37a.tar.gz
llvm-fd2f3e66fe8ba33c6a9cfb144ad0c136120ec37a.tar.bz2
llvm-fd2f3e66fe8ba33c6a9cfb144ad0c136120ec37a.tar.xz
CMake: documented testing procedure
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110559 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CMake.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/CMake.html b/docs/CMake.html
index 40a2cec8e9..a0473c97e5 100644
--- a/docs/CMake.html
+++ b/docs/CMake.html
@@ -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>