diff options
author | Anchor <none@none> | 2019-05-21 01:50:27 -0700 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2020-03-25 18:40:44 -0400 |
commit | cc230eef30821aabfd99b6a62b9500c25523464b (patch) | |
tree | 1c4c66ed3fddd1b1d804de11fdfca2fa299893c0 /indra/llcorehttp | |
parent | 201ff48cb1e548a20af6e52b44494fb49fda4440 (diff) |
[DRTVWR-476] - disable llcorehttp test on mac
Diffstat (limited to 'indra/llcorehttp')
-rw-r--r-- | indra/llcorehttp/CMakeLists.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/indra/llcorehttp/CMakeLists.txt b/indra/llcorehttp/CMakeLists.txt index deb6affdd2..9fd08b5fe8 100644 --- a/indra/llcorehttp/CMakeLists.txt +++ b/indra/llcorehttp/CMakeLists.txt @@ -150,8 +150,14 @@ if (LL_TESTS) ${PYTHON_EXECUTABLE} "${CMAKE_CURRENT_SOURCE_DIR}/tests/test_llcorehttp_peer.py" ) -endif (WINDOWS) + endif (WINDOWS) + if (DARWIN) + LL_ADD_INTEGRATION_TEST(llcorehttp + "${llcorehttp_TEST_SOURCE_FILES}" + "${test_libs}" + ) + endif (DARWIN) if (DARWIN) # Path inside the app bundle where we'll need to copy libraries set(LL_TEST_DESTINATION_DIR |