diff options
author | Tofu Buzzard <no-email> | 2011-01-16 13:37:26 +0000 |
---|---|---|
committer | Tofu Buzzard <no-email> | 2011-01-16 13:37:26 +0000 |
commit | 951f4af77dc21f7761cf9b9787f391e752e738ca (patch) | |
tree | cba4366663ff9f13fd0cadf5951b9da9ab23a488 | |
parent | 4f06f3dae6d35b142f57e07c41e0a8abcd296fcb (diff) |
local - nerf failing test
(transplanted from 2ca6263676abac96c6982880fc6ee2fe182a206a)
-rw-r--r-- | indra/llui/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/CMakeLists.txt b/indra/llui/CMakeLists.txt index 684e393cba..3e94a4738b 100644 --- a/indra/llui/CMakeLists.txt +++ b/indra/llui/CMakeLists.txt @@ -245,11 +245,11 @@ target_link_libraries(llui ) # Add tests -if (LL_TESTS) +if (0 AND LL_TESTS) include(LLAddBuildTest) SET(llui_TEST_SOURCE_FILES llurlmatch.cpp llurlentry.cpp ) LL_ADD_PROJECT_UNIT_TESTS(llui "${llui_TEST_SOURCE_FILES}") -endif (LL_TESTS)
\ No newline at end of file +endif (0 AND LL_TESTS) |