From 35b81e40cc16d3d07abf4486a60e6e0fcd80abdc Mon Sep 17 00:00:00 2001 From: John Turner Date: Wed, 3 Dec 2025 20:18:04 +0000 Subject: [PATCH] give fuzzer library targets different names If these targets have the same names, only the last processed target gets put into rust-project.json. --- fuzz/atom/parser/meson.build | 2 +- fuzz/atom/vercmp/meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzz/atom/parser/meson.build b/fuzz/atom/parser/meson.build index 025c6fb..9272a27 100644 --- a/fuzz/atom/parser/meson.build +++ b/fuzz/atom/parser/meson.build @@ -12,7 +12,7 @@ corpus = custom_target( ) fuzz_rs = static_library( - 'fuzzer', + 'parser_fuzzer', 'fuzz.rs', rust_abi: 'c', rust_args: [ diff --git a/fuzz/atom/vercmp/meson.build b/fuzz/atom/vercmp/meson.build index 025c6fb..4f451d9 100644 --- a/fuzz/atom/vercmp/meson.build +++ b/fuzz/atom/vercmp/meson.build @@ -12,7 +12,7 @@ corpus = custom_target( ) fuzz_rs = static_library( - 'fuzzer', + 'vercmp_fuzzer', 'fuzz.rs', rust_abi: 'c', rust_args: [