1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

add more fuzzers

Many thanks to Jemma Nelson
@fwip
This commit is contained in:
Sylvestre Ledru 2023-03-07 23:24:13 +01:00
parent e553a4a21c
commit ef0b177e18
4 changed files with 54 additions and 0 deletions

View file

@ -27,3 +27,21 @@ name = "fuzz_date"
path = "fuzz_targets/fuzz_date.rs"
test = false
doc = false
[[bin]]
name = "fuzz_parse_glob"
path = "fuzz_targets/fuzz_parse_glob.rs"
test = false
doc = false
[[bin]]
name = "fuzz_parse_size"
path = "fuzz_targets/fuzz_parse_size.rs"
test = false
doc = false
[[bin]]
name = "fuzz_parse_time"
path = "fuzz_targets/fuzz_parse_time.rs"
test = false
doc = false