mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:17: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:
parent
c9f902d5de
commit
465d46c665
2 changed files with 13 additions and 4 deletions
|
@ -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}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue