From fd2f3e66fe8ba33c6a9cfb144ad0c136120ec37a Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Mon, 9 Aug 2010 02:49:39 +0000 Subject: CMake: documented testing procedure git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110559 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CMake.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'docs/CMake.html') diff --git a/docs/CMake.html b/docs/CMake.html index 40a2cec..a0473c9 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -313,9 +313,15 @@
-

LLVM testing is not supported on Visual Studio.

+

Testing is performed when the check target is built. For + instance, if you are using makefiles, execute this command while on + the top level of your build directory:

-

TODO

+
+

make check

+
+ +

Testing is not supported on Visual Studio.

-- cgit v1.1