give fuzzer corpuses unique names
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 50s
Gentoo Utils / check-format (push) Successful in 14s
Gentoo Utils / docs (push) Successful in 22s
Gentoo Utils / build (push) Successful in 47s
Gentoo Utils / test (push) Successful in 39s

This commit is contained in:
2025-12-14 01:18:39 +00:00
parent 5c293ccbc9
commit 90d67e3004
2 changed files with 4 additions and 4 deletions

View File

@@ -7,8 +7,8 @@ gencorpus = executable(
corpus = custom_target(
'atom_parser_corpus',
output: 'corpus',
command: [gencorpus, 'corpus'],
output: 'atom_parser_fuzzer_corpus',
command: [gencorpus, 'atom_parser_fuzzer_corpus'],
)
fuzz_rs = static_library(

View File

@@ -7,8 +7,8 @@ gencorpus = executable(
corpus = custom_target(
'atom_vercmp_corpus',
output: 'corpus',
command: [gencorpus, 'corpus'],
output: 'atom_vercmp_fuzzer_corpus',
command: [gencorpus, 'atom_vercmp_fuzzer_corpus'],
)
fuzz_rs = static_library(