diff options
author | Rye <rye@lindenlab.com> | 2024-10-16 04:18:38 -0700 |
---|---|---|
committer | Rye <rye@lindenlab.com> | 2024-10-31 22:51:15 -0700 |
commit | 9f0fbf1f162f65a16e2848d9fd9228c0166ecb1e (patch) | |
tree | ed9b5ebed5c5aac49a8c8c1c4cd26b13d76da8f4 /indra/llui | |
parent | 0aa139298a8c18e8c01198a8a50b1ea17606341f (diff) |
Reenable and fix llcorehttp, llkdu, and llurlentry tests on non-windows
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/CMakeLists.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/indra/llui/CMakeLists.txt b/indra/llui/CMakeLists.txt index 13a0250fe5..1753eeeee9 100644 --- a/indra/llui/CMakeLists.txt +++ b/indra/llui/CMakeLists.txt @@ -283,10 +283,8 @@ if(LL_TESTS) ) set_property( SOURCE ${llui_TEST_SOURCE_FILES} PROPERTY LL_TEST_ADDITIONAL_LIBRARIES ${test_libs}) LL_ADD_PROJECT_UNIT_TESTS(llui "${llui_TEST_SOURCE_FILES}") - # INTEGRATION TESTS - if(NOT LINUX) - set(test_libs llui llmessage llcorehttp llxml llrender llcommon ll::hunspell ll::SDL2) - LL_ADD_INTEGRATION_TEST(llurlentry llurlentry.cpp "${test_libs}") - endif(NOT LINUX) + # INTEGRATION TESTS + set(test_libs llui llmessage llcorehttp llxml llrender llcommon ll::hunspell ll::SDL2) + LL_ADD_INTEGRATION_TEST(llurlentry llurlentry.cpp "${test_libs}") endif(LL_TESTS) |