mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
fuzz printf (#5556)
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
This commit is contained in:
parent
e9bc1eeab5
commit
a0ac3dd229
3 changed files with 118 additions and 0 deletions
|
@ -16,6 +16,7 @@ uucore = { path = "../src/uucore/" }
|
|||
uu_date = { path = "../src/uu/date/" }
|
||||
uu_test = { path = "../src/uu/test/" }
|
||||
uu_expr = { path = "../src/uu/expr/" }
|
||||
uu_printf = { path = "../src/uu/printf/" }
|
||||
|
||||
|
||||
# Prevent this from interfering with workspaces
|
||||
|
@ -28,6 +29,12 @@ path = "fuzz_targets/fuzz_date.rs"
|
|||
test = false
|
||||
doc = false
|
||||
|
||||
[[bin]]
|
||||
name = "fuzz_printf"
|
||||
path = "fuzz_targets/fuzz_printf.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