give fuzzer library targets different names
If these targets have the same names, only the last processed target gets put into rust-project.json.
This commit is contained in:
@@ -12,7 +12,7 @@ corpus = custom_target(
|
|||||||
)
|
)
|
||||||
|
|
||||||
fuzz_rs = static_library(
|
fuzz_rs = static_library(
|
||||||
'fuzzer',
|
'parser_fuzzer',
|
||||||
'fuzz.rs',
|
'fuzz.rs',
|
||||||
rust_abi: 'c',
|
rust_abi: 'c',
|
||||||
rust_args: [
|
rust_args: [
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ corpus = custom_target(
|
|||||||
)
|
)
|
||||||
|
|
||||||
fuzz_rs = static_library(
|
fuzz_rs = static_library(
|
||||||
'fuzzer',
|
'vercmp_fuzzer',
|
||||||
'fuzz.rs',
|
'fuzz.rs',
|
||||||
rust_abi: 'c',
|
rust_abi: 'c',
|
||||||
rust_args: [
|
rust_args: [
|
||||||
|
|||||||
Reference in New Issue
Block a user