diff options
author | James Cook <james@lindenlab.com> | 2009-12-01 08:51:32 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-12-01 08:51:32 -0800 |
commit | 5e11affddb1b8816f57f9314381486c00033e080 (patch) | |
tree | b21e2486be2daaa9b249588ce7d88f0f9f472814 /indra/cmake | |
parent | 677938e6531209ca9ccd29146454af67f1c743c7 (diff) | |
parent | bf34e572e7acd0f80d103318b76b4abe32c802d3 (diff) |
merge
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/Variables.cmake | 1 |
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}) |