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:
2025-12-03 20:18:04 +00:00
parent e755e8c55d
commit 35b81e40cc
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ corpus = custom_target(
)
fuzz_rs = static_library(
'fuzzer',
'parser_fuzzer',
'fuzz.rs',
rust_abi: 'c',
rust_args: [

View File

@@ -12,7 +12,7 @@ corpus = custom_target(
)
fuzz_rs = static_library(
'fuzzer',
'vercmp_fuzzer',
'fuzz.rs',
rust_abi: 'c',
rust_args: [