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

fuzz the echo command

This commit is contained in:
Sylvestre Ledru 2023-11-29 09:55:55 +01:00
parent 88d63be3a0
commit 66e0835e72
2 changed files with 100 additions and 0 deletions

View file

@ -17,6 +17,7 @@ uu_date = { path = "../src/uu/date/" }
uu_test = { path = "../src/uu/test/" }
uu_expr = { path = "../src/uu/expr/" }
uu_printf = { path = "../src/uu/printf/" }
uu_echo = { path = "../src/uu/echo/" }
# Prevent this from interfering with workspaces
@ -35,6 +36,12 @@ path = "fuzz_targets/fuzz_printf.rs"
test = false
doc = false
[[bin]]
name = "fuzz_echo"
path = "fuzz_targets/fuzz_echo.rs"
test = false
doc = false
[[bin]]
name = "fuzz_expr"
path = "fuzz_targets/fuzz_expr.rs"