summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-11-27 22:24:57 -0800
committerJames Cook <james@lindenlab.com>2009-11-27 22:24:57 -0800
commit3858992603aabbdfdcdd9f3d8040a2d3431e74d0 (patch)
treed32aad0cd496de546b089f3c1bb85e0f58911cf3 /indra/cmake
parent7cfb01526f20aa075d064e7f96db68d16bd13d9c (diff)
Add CMake var LL_TESTS to optionally disable tests for build timing
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/Variables.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake
index 6559051b5a..d4f9ed79de 100644
--- a/indra/cmake/Variables.cmake
+++ b/indra/cmake/Variables.cmake
@@ -24,6 +24,7 @@ set(SCRIPTS_PREFIX ../scripts)
set(SERVER_PREFIX)
set(VIEWER_PREFIX)
set(INTEGRATION_TESTS_PREFIX)
+set(LL_TESTS ON CACHE BOOL "Build and run unit and integration tests (disable for build timing runs to reduce variation")
set(LIBS_CLOSED_DIR ${CMAKE_SOURCE_DIR}/${LIBS_CLOSED_PREFIX})
set(LIBS_OPEN_DIR ${CMAKE_SOURCE_DIR}/${LIBS_OPEN_PREFIX})