1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 04:57:45 +00:00

Utilities: Provide fuzzers as a utility in serenity

This commit is contained in:
Ben Wiederhake 2021-02-20 21:59:23 +01:00 committed by Andreas Kling
parent 44649517e4
commit e3c00c93ae
2 changed files with 174 additions and 0 deletions

View file

@ -42,6 +42,7 @@ target_link_libraries(su LibCrypt)
target_link_libraries(tar LibTar LibCompress)
target_link_libraries(test-crypto LibCrypto LibTLS LibLine)
target_link_libraries(test-compress LibCompress)
target_link_libraries(test-fuzz LibCore LibGemini LibGfx LibHTTP LibIPC LibJS LibMarkdown LibShell)
target_link_libraries(test-js LibJS LibLine LibCore)
target_link_libraries(test-pthread LibThread)
target_link_libraries(test-web LibWeb)