mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
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()
|