mirror of
https://github.com/RGBCube/serenity
synced 2025-07-05 11:17:36 +00:00
Meta: Add a fuzzer for the QOILoader
This commit is contained in:
parent
67788641d3
commit
92672b1520
3 changed files with 22 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
T(PGMLoader) \
|
||||
T(PNGLoader) \
|
||||
T(PPMLoader) \
|
||||
T(QOILoader) \
|
||||
T(RegexECMA262) \
|
||||
T(RegexPosixExtended) \
|
||||
T(Shell) \
|
||||
|
@ -87,6 +88,10 @@ ENUMERATE_TARGETS(__ENUMERATE_TARGET)
|
|||
#include <Meta/Lagom/Fuzzers/FuzzPPMLoader.cpp>
|
||||
#undef LLVMFuzzerTestOneInput
|
||||
|
||||
#define LLVMFuzzerTestOneInput TestQOILoader
|
||||
#include <Meta/Lagom/Fuzzers/FuzzQOILoader.cpp>
|
||||
#undef LLVMFuzzerTestOneInput
|
||||
|
||||
#define LLVMFuzzerTestOneInput TestRegexECMA262
|
||||
#include <Meta/Lagom/Fuzzers/FuzzRegexECMA262.cpp>
|
||||
#undef LLVMFuzzerTestOneInput
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue