Skip to content

Commit 3af0c8e

Browse files
Update fuzz README with latest instructions
1 parent 24065c8 commit 3af0c8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fuzz/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ mkdir -p ./test_cases/$TARGET
8080
echo $HEX | xxd -r -p > ./test_cases/$TARGET/any_filename_works
8181

8282
export RUST_BACKTRACE=1
83+
export RUSTFLAGS="--cfg=fuzzing"
8384
cargo test
8485
```
8586

0 commit comments

Comments
 (0)