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:
parent
cbe4595ec2
commit
6a37285d93
3 changed files with 78 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue