impl vercmp fuzzer

This commit is contained in:
John Turner
2025-11-19 01:00:48 +00:00
parent e01637fd3a
commit 70e8ea24a8
6 changed files with 185 additions and 1 deletions

View File

@@ -18,4 +18,12 @@ name = "atom_parser_gencorpus"
[[test]]
path = "fuzz/atom/parser/fuzz.rs"
name = "atom_parser_fuzz"
name = "atom_parser_fuzz"
[[bin]]
path = "fuzz/atom/vercmp/gencorpus.rs"
name = "atom_vercmp_gencorpus"
[[test]]
path = "fuzz/atom/vercmp/fuzz.rs"
name = "atom_vercmp_fuzz"