mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
Tests/LibTLS: Enable TestTLSHandshake in Windows CI
This commit is contained in:
parent
cc38235ca1
commit
1d93c0b8a5
|
|
@ -1,15 +1,8 @@
|
|||
set(TEST_SOURCES
|
||||
TestTLSCertificateParser.cpp
|
||||
TestTLSHandshake.cpp
|
||||
)
|
||||
|
||||
if (NOT WIN32 OR NOT ENABLE_WINDOWS_CI)
|
||||
# FIXME: This test cannot find the default OpenSSL CA certificates on Windows CI
|
||||
# https://github.com/LadybirdBrowser/ladybird/issues/5355
|
||||
list(APPEND TEST_SOURCES
|
||||
TestTLSHandshake.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
foreach(source IN LISTS TEST_SOURCES)
|
||||
lagom_test("${source}" LibTLS LIBS LibTLS LibCrypto WORKING_DIRECTORY ${Lagom_BINARY_DIR})
|
||||
endforeach()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user