prefix atom fuzzer static library targets with "atom"

This commit is contained in:
2025-12-14 01:10:05 +00:00
parent f16e50681c
commit 185bf01b9e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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