setup meson to allow building multiple fuzzers easily

This commit is contained in:
John Turner
2025-11-18 22:43:22 +00:00
parent e0cc7f6a03
commit e01637fd3a
6 changed files with 62 additions and 36 deletions

View File

@@ -13,9 +13,9 @@ thiserror = "2.0.17"
debug = true
[[bin]]
path = "fuzz/gencorpus.rs"
name = "gencorpus"
path = "fuzz/atom/parser/gencorpus.rs"
name = "atom_parser_gencorpus"
[[test]]
path = "fuzz/fuzz.rs"
name = "fuzz"
path = "fuzz/atom/parser/fuzz.rs"
name = "atom_parser_fuzz"