1
Fork 0
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:
AnotherTest 2020-11-29 16:19:13 +03:30 committed by Andreas Kling
parent e4bd5a5d69
commit 1ecea2f105
3 changed files with 46 additions and 3 deletions

View file

@ -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)