1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:57:35 +00:00

Utilities+Lagom: Remove test-crypto

After 4d5ffd364a, Tests/{LibCrypto,LibTLS} test the same things
and test-crypto has been redundant since then.
This commit is contained in:
Nico Weber 2022-01-21 18:16:05 -05:00 committed by Linus Groh
parent d670c13a3b
commit 3831e5fcff
3 changed files with 0 additions and 3016 deletions

View file

@ -153,7 +153,6 @@ target_link_libraries(tac LibMain)
target_link_libraries(su LibCrypt LibMain)
target_link_libraries(tar LibArchive LibCompress)
target_link_libraries(telws LibProtocol LibLine)
target_link_libraries(test-crypto LibCrypto LibTLS LibLine)
target_link_libraries(test-fuzz LibCore LibGemini LibGfx LibHTTP LibIPC LibJS LibMarkdown LibShell)
target_link_libraries(test-imap LibIMAP LibMain)
target_link_libraries(test-pthread LibThreading)