mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:07:46 +00:00
LibCrypto+LibTLS: Split and move test suite into Tests directory
This change splits test-crypto.cpp from Userland into separate test suites located in Tests/ directory.
This commit is contained in:
parent
3a4017b419
commit
4d5ffd364a
12 changed files with 1734 additions and 1 deletions
4
Tests/LibCrypto/CMakeLists.txt
Normal file
4
Tests/LibCrypto/CMakeLists.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
file(GLOB TEST_SOURCES CONFIGURE_DEPENDS "*.cpp")
|
||||
foreach(source ${TEST_SOURCES})
|
||||
serenity_test(${source} LibCrypto LIBS LibCrypto)
|
||||
endforeach()
|
Loading…
Add table
Add a link
Reference in a new issue