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

Lagom/Fuzzers: Add CSS parser fuzzer

This commit is contained in:
Luke Wilde 2022-05-29 23:55:49 +01:00 committed by Linus Groh
parent 80a074b2e4
commit be36557198
2 changed files with 18 additions and 0 deletions

View file

@ -20,6 +20,7 @@ endfunction()
add_simple_fuzzer(FuzzBMPLoader LagomGfx)
add_simple_fuzzer(FuzzBrotli LagomCompress)
add_simple_fuzzer(FuzzCSSParser LagomWeb)
add_simple_fuzzer(FuzzCyrillicDecoder LagomTextCodec)
add_simple_fuzzer(FuzzDeflateCompression LagomCompress)
add_simple_fuzzer(FuzzDeflateDecompression LagomCompress)