mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
docs: fuzzing
Signed-off-by: Chojan Shang <psiace@outlook.com>
This commit is contained in:
parent
1e65984613
commit
0c52491191
1 changed files with 6 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# fuzz
|
||||
# Fuzzing
|
||||
|
||||
## Installing `honggfuzz`
|
||||
|
||||
|
@ -8,9 +8,12 @@ cargo install honggfuzz
|
|||
|
||||
Install [dependencies](https://github.com/rust-fuzz/honggfuzz-rs#dependencies) for your system.
|
||||
|
||||
## Fuzzing
|
||||
## Running the fuzzer
|
||||
|
||||
Running the fuzzer is as easy as running in the `fuzz` directory.
|
||||
|
||||
Choose a target:
|
||||
|
||||
Choose a target.
|
||||
These are `[[bin]]` entries in `Cargo.toml`.
|
||||
List them with `cargo read-manifest | jq '.targets[].name'` from the `fuzz` directory.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue