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

Utilities: Add a simple utility to test the IMAP library

test-imap is a very simple tool which runs through some of the IMAP
commands and makes sure they don't crash.
This commit is contained in:
x-yl 2021-06-11 11:12:23 +04:00 committed by Ali Mohammad Pur
parent 9174fabf05
commit 7dac169f39
2 changed files with 162 additions and 0 deletions

View file

@ -52,6 +52,7 @@ 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)
target_link_libraries(test-pthread LibThreading)
target_link_libraries(tt LibPthread)
target_link_libraries(unzip LibArchive LibCompress)