blob: 64c80a84f23e84310f2ddcb8b3bfc7e75570994d [file] [edit]
{
"fuzz_cmd": {
"condition": "tint_build_fuzzer_vulkan_support && tint_build_ir_binary && tint_build_wgsl_reader && tint_build_mesa",
/* The Tint fuzzer executable for IR-input. */
"OutputName": "tint_ir_mesa_fuzzer",
"AdditionalDependencies": {
/* Depend on all the fuzz targets to pull them all together. */
"Internal": [
"**:fuzz",
"cmd/fuzz/common",
"cmd/fuzz/ir/helpers",
"utils/protos/ir_fuzz:proto"
],
"External": [
"libprotobuf-mutator",
"mesa"
]
}
}
}