Skip to content
Snippets Groups Projects
Commit ca66cea7 authored by Anchor's avatar Anchor Committed by Nat Goodspeed
Browse files

[DRTVWR-476] - revert

parent cc230eef
No related branches found
No related tags found
No related merge requests found
...@@ -142,7 +142,6 @@ if (LL_TESTS) ...@@ -142,7 +142,6 @@ if (LL_TESTS)
# If http_proxy is in the current environment (e.g. to fetch s3-proxy # If http_proxy is in the current environment (e.g. to fetch s3-proxy
# autobuild packages), suppress it for this integration test: it screws up # autobuild packages), suppress it for this integration test: it screws up
# the tests. # the tests.
if (WINDOWS)
LL_ADD_INTEGRATION_TEST(llcorehttp LL_ADD_INTEGRATION_TEST(llcorehttp
"${llcorehttp_TEST_SOURCE_FILES}" "${llcorehttp_TEST_SOURCE_FILES}"
"${test_libs}" "${test_libs}"
...@@ -150,14 +149,7 @@ if (LL_TESTS) ...@@ -150,14 +149,7 @@ if (LL_TESTS)
${PYTHON_EXECUTABLE} ${PYTHON_EXECUTABLE}
"${CMAKE_CURRENT_SOURCE_DIR}/tests/test_llcorehttp_peer.py" "${CMAKE_CURRENT_SOURCE_DIR}/tests/test_llcorehttp_peer.py"
) )
endif (WINDOWS)
if (DARWIN)
LL_ADD_INTEGRATION_TEST(llcorehttp
"${llcorehttp_TEST_SOURCE_FILES}"
"${test_libs}"
)
endif (DARWIN)
if (DARWIN) if (DARWIN)
# Path inside the app bundle where we'll need to copy libraries # Path inside the app bundle where we'll need to copy libraries
set(LL_TEST_DESTINATION_DIR set(LL_TEST_DESTINATION_DIR
......
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