mirror of https://github.com/google/oss-fuzz.git
serenity: update cmake file (#4719)
fixes has been made in upstream Serenity on the Js fuzzer so it will compile (https://github.com/SerenityOS/serenity/pull/4164)
This commit is contained in:
parent
e883ecfb48
commit
8c8f6ef31e
|
@ -21,7 +21,7 @@ add_simple_fuzzer(FuzzGemini)
|
|||
add_simple_fuzzer(FuzzGIFLoader)
|
||||
add_simple_fuzzer(FuzzJPGLoader)
|
||||
add_simple_fuzzer(FuzzPPMLoader)
|
||||
#add_simple_fuzzer(FuzzJs)
|
||||
add_simple_fuzzer(FuzzJs)
|
||||
add_simple_fuzzer(FuzzMarkdown)
|
||||
|
||||
if (NOT ENABLE_OSS_FUZZ)
|
||||
|
|
Loading…
Reference in New Issue