mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-22 10:51:01 +00:00
10 lines
258 B
Meson
10 lines
258 B
Meson
run_target('fuzz-optionrom',
|
|
command: [
|
|
join_paths(meson.source_root(), 'contrib/afl-fuzz.py'),
|
|
'--command', 'rom',
|
|
'-i', meson.current_source_dir(),
|
|
'-o', join_paths(meson.current_build_dir(), '..', 'findings'),
|
|
optionrom_tool,
|
|
],
|
|
)
|