mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 02:27:35 +00:00
Lagom: Add a Shell parser fuzzer
This commit is contained in:
parent
e4bd5a5d69
commit
1ecea2f105
3 changed files with 46 additions and 3 deletions
|
@ -29,6 +29,7 @@ add_simple_fuzzer(FuzzJs)
|
|||
add_simple_fuzzer(FuzzMarkdown)
|
||||
add_simple_fuzzer(FuzzRegexECMA262)
|
||||
add_simple_fuzzer(FuzzRegexPosixExtended)
|
||||
add_simple_fuzzer(FuzzShell)
|
||||
|
||||
if (NOT ENABLE_OSS_FUZZ)
|
||||
add_executable(FuzzilliJs FuzzilliJs.cpp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue