mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:14:58 +00:00
Lagom/Fuzzers: Add fuzzer for the TGALoader code
This commit is contained in:
parent
71f275b5ad
commit
b2626d3bc1
3 changed files with 22 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
T(PNGLoader) \
|
||||
T(PPMLoader) \
|
||||
T(QOILoader) \
|
||||
T(TGALoader) \
|
||||
T(RegexECMA262) \
|
||||
T(RegexPosixExtended) \
|
||||
T(Shell) \
|
||||
|
@ -92,6 +93,10 @@ ENUMERATE_TARGETS(__ENUMERATE_TARGET)
|
|||
#include <Meta/Lagom/Fuzzers/FuzzQOILoader.cpp>
|
||||
#undef LLVMFuzzerTestOneInput
|
||||
|
||||
#define LLVMFuzzerTestOneInput TestTGALoader
|
||||
#include <Meta/Lagom/Fuzzers/FuzzTGALoader.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