forked from gentoo-utils/gentoo-utils
impl vercmp fuzzer
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -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"
|
||||
Reference in New Issue
Block a user