mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:27:44 +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
|
@ -14,3 +14,5 @@ add_subdirectory(LibSQL)
|
|||
add_subdirectory(LibWasm)
|
||||
add_subdirectory(LibWeb)
|
||||
add_subdirectory(UserspaceEmulator)
|
||||
add_subdirectory(LibCrypto)
|
||||
add_subdirectory(LibTLS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue