1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:27:35 +00:00

Meta+Userland: Run the TLS test too

While this _does_ add a point of failure, it'll be a pretty bad day when
google goes down.
And this is unlikely to put a (positive) dent in their incoming
requests, so let's just roll with it until we have our own TLS server.
This commit is contained in:
AnotherTest 2020-08-24 06:52:22 +04:30 committed by Andreas Kling
parent c9f902d5de
commit 465d46c665
2 changed files with 13 additions and 4 deletions

View file

@ -94,7 +94,7 @@ if (BUILD_LAGOM)
target_link_libraries(test-crypto_lagom stdc++)
add_test(
NAME Crypto
COMMAND test-crypto_lagom test -tc
COMMAND test-crypto_lagom test -t -s google.com
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
)