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(
|
corpus = custom_target(
|
||||||
'atom_parser_corpus',
|
'atom_parser_corpus',
|
||||||
output: 'corpus',
|
output: 'atom_parser_fuzzer_corpus',
|
||||||
command: [gencorpus, 'corpus'],
|
command: [gencorpus, 'atom_parser_fuzzer_corpus'],
|
||||||
)
|
)
|
||||||
|
|
||||||
fuzz_rs = static_library(
|
fuzz_rs = static_library(
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ gencorpus = executable(
|
|||||||
|
|
||||||
corpus = custom_target(
|
corpus = custom_target(
|
||||||
'atom_vercmp_corpus',
|
'atom_vercmp_corpus',
|
||||||
output: 'corpus',
|
output: 'atom_vercmp_fuzzer_corpus',
|
||||||
command: [gencorpus, 'corpus'],
|
command: [gencorpus, 'atom_vercmp_fuzzer_corpus'],
|
||||||
)
|
)
|
||||||
|
|
||||||
fuzz_rs = static_library(
|
fuzz_rs = static_library(
|
||||||
|
|||||||
Reference in New Issue
Block a user