give fuzzer corpuses unique names
All checks were successful
All checks were successful
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user