Update fuzz README with latest instructions

This commit is contained in:
Valentine Wallace 2021-08-26 15:03:09 -04:00
parent 24065c89a9
commit 3af0c8e146
No known key found for this signature in database
GPG key ID: F88EC43B95E601B8

View file

@ -80,6 +80,7 @@ mkdir -p ./test_cases/$TARGET
echo $HEX | xxd -r -p > ./test_cases/$TARGET/any_filename_works
export RUST_BACKTRACE=1
export RUSTFLAGS="--cfg=fuzzing"
cargo test
```