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

Meta: Add Brotli fuzzer

This commit is contained in:
Michiel Visser 2022-04-06 21:16:04 +02:00 committed by Andreas Kling
parent 7278ad761e
commit 1621724123
2 changed files with 25 additions and 0 deletions

View file

@ -19,6 +19,7 @@ function(add_simple_fuzzer name)
endfunction()
add_simple_fuzzer(FuzzBMPLoader LagomGfx)
add_simple_fuzzer(FuzzBrotli LagomCompress)
add_simple_fuzzer(FuzzCyrillicDecoder LagomTextCodec)
add_simple_fuzzer(FuzzDeflateCompression LagomCompress)
add_simple_fuzzer(FuzzDeflateDecompression LagomCompress)