big hammer - temporarily disable llcorehttp tests completely

master
Oz Linden 2016-12-07 11:51:42 -05:00
commit 07a36b1da4
1 changed files with 7 additions and 3 deletions

View File

@ -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 ()