projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2e736c
)
meson: rename "fuzzers" suite to "fuzz"
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Thu, 18 May 2023 15:14:50 +0000
(17:14 +0200)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Thu, 18 May 2023 15:17:13 +0000
(17:17 +0200)
Fuzz tests have all the longest names, so by making this name
shorter, we save three columns of screen real estate.
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 91523e81ee9418abb6edcea329d7634c76fdcb30..d3d41812ca5e349edb8d1517f1e16e13f4d8c9d6 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-4607,7
+4607,7
@@
foreach fuzzer : fuzzers
fuzz_in = tuple[1]
test('@0@_@1@'.format(name, fuzz_in),
exe,
- suite : 'fuzz
ers
',
+ suite : 'fuzz',
args : [fuzz_dir != '' ? project_source_root / fuzz_dir / name / fuzz_in
: fuzz_generated_in_dir / '@0@_@1@'.format(name, fuzz_in)])
endforeach