mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
4d5ffd364a
This change splits test-crypto.cpp from Userland into separate test suites located in Tests/ directory.
5 lines
154 B
CMake
5 lines
154 B
CMake
file(GLOB TEST_SOURCES CONFIGURE_DEPENDS "*.cpp")
|
|
foreach(source ${TEST_SOURCES})
|
|
serenity_test(${source} LibTLS LIBS LibTLS LibCrypto)
|
|
endforeach()
|