give fuzzer related targets unique names
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
gencorpus = executable(
|
||||
'gencorpus',
|
||||
'atom_parser_gencorpus',
|
||||
'gencorpus.rs',
|
||||
dependencies: [mon],
|
||||
link_with: [gentoo_utils],
|
||||
)
|
||||
|
||||
corpus = custom_target(
|
||||
'corpus',
|
||||
'atom_parser_corpus',
|
||||
output: 'corpus',
|
||||
command: [gencorpus, 'corpus'],
|
||||
)
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
gencorpus = executable(
|
||||
'gencorpus',
|
||||
'atom_vercmp_gencorpus',
|
||||
'gencorpus.rs',
|
||||
dependencies: [mon],
|
||||
link_with: [gentoo_utils],
|
||||
)
|
||||
|
||||
corpus = custom_target(
|
||||
'corpus',
|
||||
'atom_vercmp_corpus',
|
||||
output: 'corpus',
|
||||
command: [gencorpus, 'corpus'],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user