Skip to content
Snippets Groups Projects
Commit 07a36b1d authored by Oz Linden's avatar Oz Linden
Browse files

big hammer - temporarily disable llcorehttp tests completely

parents 232c3598 0a979439
No related branches found
No related tags found
No related merge requests found
......@@ -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 ()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment