1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 05:27:14 +09:00
ladybird/Tests/LibTLS/CMakeLists.txt
Andrew Kaster 432bc0f638 LibTLS+Tests: Build LibTLS tests from their test directory
Instead of building them from Lagom, build them here and use lagom_test.
Also remove second download of cacert.pem.
2025-05-19 18:37:15 -04:00

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()