diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2016-12-07 11:48:20 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2016-12-07 11:48:20 -0500 |
commit | 0a9794398c3b156adcc42d0c86925b37a8fc7b35 (patch) | |
tree | 70893faf38eb5a054e2d45516a5d5e3b6a5d45c9 /indra/llcorehttp/CMakeLists.txt | |
parent | 68413474c4479eee9bdbeb34ea131475ba1d646e (diff) |
DRTVWR-418: Suppress llcorehttp tests until we solve TC harness issues.
Diffstat (limited to 'indra/llcorehttp/CMakeLists.txt')
-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 0bb0348d26..767136f9a1 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 () |