blob: 603f32f4bd5e9ac129fe35cd0a994e1a909aa37f [file] [log] [blame]
{
"fuzz_cmd": {
/* 'tint_build_wgsl_reader' is needed for generating the corpus. */
"condition": "tint_build_ir_binary && tint_build_wgsl_reader",
/* The Tint fuzzer executable for IR-input. */
"OutputName": "tint_ir_fuzzer",
"AdditionalDependencies": {
/* Depend on all the fuzz targets to pull them all together. */
"Internal": [
"**:fuzz",
"cmd/fuzz/ir/helpers",
"utils/protos/ir_fuzz:proto"
],
"External": [ "libprotobuf-mutator" ]
}
}
}