mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
meson: rename "fuzzers" suite to "fuzz"
Fuzz tests have all the longest names, so by making this name shorter, we save three columns of screen real estate.
This commit is contained in:
@@ -4607,7 +4607,7 @@ foreach fuzzer : fuzzers
|
||||
fuzz_in = tuple[1]
|
||||
test('@0@_@1@'.format(name, fuzz_in),
|
||||
exe,
|
||||
suite : 'fuzzers',
|
||||
suite : 'fuzz',
|
||||
args : [fuzz_dir != '' ? project_source_root / fuzz_dir / name / fuzz_in
|
||||
: fuzz_generated_in_dir / '@0@_@1@'.format(name, fuzz_in)])
|
||||
endforeach
|
||||
|
||||
Reference in New Issue
Block a user