meson: rename "fuzzers" suite to "fuzz"
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 18 May 2023 15:14:50 +0000 (17:14 +0200)
committerZbigniew 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

index 91523e81ee9418abb6edcea329d7634c76fdcb30..d3d41812ca5e349edb8d1517f1e16e13f4d8c9d6 100644 (file)
@@ -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