We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24065c8 commit 3af0c8eCopy full SHA for 3af0c8e
fuzz/README.md
@@ -80,6 +80,7 @@ mkdir -p ./test_cases/$TARGET
80
echo $HEX | xxd -r -p > ./test_cases/$TARGET/any_filename_works
81
82
export RUST_BACKTRACE=1
83
+export RUSTFLAGS="--cfg=fuzzing"
84
cargo test
85
```
86
0 commit comments