1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 05:17:34 +00:00

Lagom/Fuzzers: Add SQL parser fuzzer

This commit is contained in:
Luke 2021-05-31 11:43:22 +01:00 committed by Ali Mohammad Pur
parent 6219c3ec3c
commit 3bc2527ce7
2 changed files with 17 additions and 0 deletions

View file

@ -39,6 +39,7 @@ add_simple_fuzzer(FuzzMarkdown)
add_simple_fuzzer(FuzzRegexECMA262)
add_simple_fuzzer(FuzzRegexPosixExtended)
add_simple_fuzzer(FuzzShell)
add_simple_fuzzer(FuzzSQLParser)
add_simple_fuzzer(FuzzTTF)
add_simple_fuzzer(FuzzURL)
add_simple_fuzzer(FuzzUTF16BEDecoder)