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

Lagom: Add Regex fuzzers

This commit is contained in:
Linus Groh 2020-11-28 17:48:01 +00:00 committed by Andreas Kling
parent cbe4595ec2
commit 6a37285d93
3 changed files with 78 additions and 0 deletions

View file

@ -27,6 +27,8 @@ add_simple_fuzzer(FuzzPGMLoader)
add_simple_fuzzer(FuzzPPMLoader)
add_simple_fuzzer(FuzzJs)
add_simple_fuzzer(FuzzMarkdown)
add_simple_fuzzer(FuzzRegexECMA262)
add_simple_fuzzer(FuzzRegexPosixExtended)
if (NOT ENABLE_OSS_FUZZ)
add_executable(FuzzilliJs FuzzilliJs.cpp)