generate corpus to fuzz on with meson

This commit is contained in:
John Turner
2025-11-16 21:57:40 +00:00
parent 424bd9d072
commit b360132b99
5 changed files with 88 additions and 2 deletions

View File

@@ -12,6 +12,10 @@ thiserror = "2.0.17"
[profile.dev]
debug = true
[[bin]]
path = "fuzz/gencorpus.rs"
name = "gencorpus"
[[test]]
path = "fuzz/fuzz.rs"
name = "fuzz"