mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:27:35 +00:00
test-fuzz: Port to LibMain
Also use StringView in place of raw C strings and String.
This commit is contained in:
parent
b47a9ab4dc
commit
4994718d8d
2 changed files with 10 additions and 15 deletions
|
@ -197,7 +197,7 @@ target_link_libraries(tar LibMain LibArchive LibCompress)
|
|||
target_link_libraries(tee LibMain)
|
||||
target_link_libraries(telws LibProtocol LibLine LibMain)
|
||||
target_link_libraries(test-bindtodevice LibMain)
|
||||
target_link_libraries(test-fuzz LibCore LibGemini LibGfx LibHTTP LibIPC LibJS LibMarkdown LibShell)
|
||||
target_link_libraries(test-fuzz LibCore LibGemini LibGfx LibHTTP LibIPC LibJS LibMarkdown LibShell LibMain)
|
||||
target_link_libraries(test-imap LibIMAP LibMain)
|
||||
target_link_libraries(test-pthread LibThreading)
|
||||
target_link_libraries(timezone LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue