diff options
| author | Oscar Fuentes <ofv@wanadoo.es> | 2010-08-09 02:49:39 +0000 |
|---|---|---|
| committer | Oscar Fuentes <ofv@wanadoo.es> | 2010-08-09 02:49:39 +0000 |
| commit | c9793795f75bb04a271dbc54a1eeb35dbf7b4dfd (patch) | |
| tree | 4c96ae657a851f1ce68aa73ffba001a899fa8e51 /llvm/docs | |
| parent | 4c0895893b4db90cddabaeb96f34f2cc0d9e7b61 (diff) | |
| download | bcm5719-llvm-c9793795f75bb04a271dbc54a1eeb35dbf7b4dfd.tar.gz bcm5719-llvm-c9793795f75bb04a271dbc54a1eeb35dbf7b4dfd.zip | |
CMake: documented testing procedure
llvm-svn: 110559
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/CMake.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/llvm/docs/CMake.html b/llvm/docs/CMake.html index 40a2cec8e91..a0473c97e57 100644 --- a/llvm/docs/CMake.html +++ b/llvm/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> |

