mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-08 05:27:14 +09:00

Instead of building them from Lagom, build them here and use lagom_test. Also remove second download of cacert.pem.
8 lines
224 B
CMake
8 lines
224 B
CMake
set(TEST_SOURCES
|
|
TestTLSCertificateParser.cpp
|
|
TestTLSHandshake.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
lagom_test("${source}" LibTLS LIBS LibTLS LibCrypto WORKING_DIRECTORY ${Lagom_BINARY_DIR})
|
|
endforeach()
|