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

seq: fuzz PreciseNumber::from_str (#6183)

* fuzz the seq parse number functions

* run fuzz_parse_number into the CI
This commit is contained in:
Sylvestre Ledru 2024-04-15 08:07:06 +02:00 committed by GitHub
parent b617876372
commit 10def29b96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 27 additions and 0 deletions

View file

@ -92,6 +92,12 @@ path = "fuzz_targets/fuzz_test.rs"
test = false
doc = false
[[bin]]
name = "fuzz_seq_parse_number"
path = "fuzz_targets/fuzz_seq_parse_number.rs"
test = false
doc = false
[[bin]]
name = "fuzz_parse_glob"
path = "fuzz_targets/fuzz_parse_glob.rs"