Skip to content

Commit b59abb1

Browse files
committed
add more readme
1 parent 17dcfa9 commit b59abb1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/vm/fuzz/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1+
# Install cargo-fuzz
2+
3+
```sh
4+
cargo install cargo-fuzz
5+
```
6+
17
# Run Fuzz Test
28

9+
```sh
310
cargo fuzz run fuzz_target_1 -- -runs=<number of run limit>
11+
```
412

513
** Currently, can't run on MacOS because of Sanitizer issue
614
For details see https://github.com/google/sanitizers/issues/189

0 commit comments

Comments
 (0)