diff options
author | Oz Linden <oz@lindenlab.com> | 2016-12-07 11:51:42 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-12-07 11:51:42 -0500 |
commit | 07a36b1da497abde625c9d7fb163dfaf2a57f17e (patch) | |
tree | 842cc81a8ea1aff04ae16f172a9cd18a7b7d75f8 | |
parent | 232c3598547913ca6cb66593059497b413a9322c (diff) | |
parent | 0a9794398c3b156adcc42d0c86925b37a8fc7b35 (diff) |
big hammer - temporarily disable llcorehttp tests completely
-rw-r--r-- | indra/llcorehttp/CMakeLists.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/indra/llcorehttp/CMakeLists.txt b/indra/llcorehttp/CMakeLists.txt index 6f362df921..a58b783fc4 100644 --- a/indra/llcorehttp/CMakeLists.txt +++ b/indra/llcorehttp/CMakeLists.txt @@ -96,7 +96,12 @@ target_link_libraries( ) # tests -if (LL_TESTS) +##========================================================================== +## DANGER WILL ROBINSON! WARNING! +## Leaving these tests commented out is extremely hazardous, since llcorehttp +## is so central to viewer processing. +##========================================================================== +if (0) ## LL_TESTS) SET(llcorehttp_TEST_SOURCE_FILES tests/test_allocator.cpp ) @@ -221,5 +226,4 @@ endif (DARWIN) target_link_libraries(http_texture_load ${example_libs}) -endif (LL_TESTS) - +endif () |