mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
10 lines
342 B
Markdown
10 lines
342 B
Markdown
|
# Fuzzer for `nu-parser`
|
||
|
|
||
|
- For detailed info, please look at [cargo-fuzz](https://github.com/rust-fuzz/cargo-fuzz)
|
||
|
|
||
|
# Quick start guide
|
||
|
- Install cargo-fuzz by `cargo install cargo-fuzz`
|
||
|
- Run `gather_seeds.nu` for preparing the initial seeds corpus
|
||
|
- Make output directory `mkdir out`
|
||
|
- Run the fuzzer with `cargo fuzz run parse out seeds`
|