From da9756365b0404cd127150594d0906e7f730a457 Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Thu, 28 Oct 2010 14:38:35 +0000 Subject: Document LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New convenience target UnitTests for building all the unit tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117545 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CMake.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs/CMake.html') diff --git a/docs/CMake.html b/docs/CMake.html index 491f0afd8b..2f2af24f6f 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -272,6 +272,20 @@ ON. You can use that option for disabling the generation of build targets for the LLVM examples. +
LLVM_BUILD_TESTS:BOOL
+
Build LLVM unit tests. Defaults to OFF. Targets for building + each unit test are generated in any case. You can build a specific + unit test with the target UnitTestNameTests (where at this + time UnitTestName can be ADT, Analysis, ExecutionEngine, + JIT, Support, Transform, VMCore; see the subdirectories + of unittests for an updated list.) It is possible to build + all unit tests with the target UnitTests.
+ +
LLVM_INCLUDE_TESTS:BOOL
+
Generate build targets for the LLVM unit tests. Defaults to + ON. You can use that option for disabling the generation of build + targets for the LLVM unit tests.
+
LLVM_ENABLE_THREADS:BOOL
Build with threads support, if available. Defaults to ON.
-- cgit v1.2.3