mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
fuzz seq
This commit is contained in:
parent
d913057b04
commit
2fcfec6490
3 changed files with 86 additions and 1 deletions
|
@ -18,7 +18,7 @@ uu_test = { path = "../src/uu/test/" }
|
|||
uu_expr = { path = "../src/uu/expr/" }
|
||||
uu_printf = { path = "../src/uu/printf/" }
|
||||
uu_echo = { path = "../src/uu/echo/" }
|
||||
|
||||
uu_seq = { path = "../src/uu/seq/" }
|
||||
|
||||
# Prevent this from interfering with workspaces
|
||||
[workspace]
|
||||
|
@ -42,6 +42,12 @@ path = "fuzz_targets/fuzz_echo.rs"
|
|||
test = false
|
||||
doc = false
|
||||
|
||||
[[bin]]
|
||||
name = "fuzz_seq"
|
||||
path = "fuzz_targets/fuzz_seq.rs"
|
||||
test = false
|
||||
doc = false
|
||||
|
||||
[[bin]]
|
||||
name = "fuzz_expr"
|
||||
path = "fuzz_targets/fuzz_expr.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue