mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 10:13:34 +08: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:
parent
e2e736cbbd
commit
ec2c6ac051
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user