Meta: Allow disabling LibWeb fuzzers
The LibWeb fuzzer build is really slow, so for local builds it is useful to disable it when you're not interested in running that fuzzer. Co-authored-by: Andrew Kaster <akaster@serenityos.org>
This commit is contained in:
parent
7c1455c357
commit
5ec5c68ed4
Notes:
sideshowbarker
2024-07-16 23:45:54 +09:00
Author: https://github.com/kleinesfilmroellchen Commit: https://github.com/SerenityOS/serenity/commit/5ec5c68ed4 Pull-request: https://github.com/SerenityOS/serenity/pull/17609 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ endfunction()
|
|||
|
||||
add_simple_fuzzer(FuzzBMPLoader LibGfx)
|
||||
add_simple_fuzzer(FuzzBrotli LibCompress)
|
||||
add_simple_fuzzer(FuzzCSSParser LibWeb)
|
||||
if (ENABLE_LAGOM_LIBWEB)
|
||||
add_simple_fuzzer(FuzzCSSParser LibWeb)
|
||||
endif()
|
||||
add_simple_fuzzer(FuzzCyrillicDecoder LibTextCodec)
|
||||
add_simple_fuzzer(FuzzDeflateCompression LibCompress)
|
||||
add_simple_fuzzer(FuzzDeflateDecompression LibCompress)
|
||||
|
|
Loading…
Add table
Reference in a new issue