X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=fuzz%2FREADME.md;h=dfa90fc0f979aa9d5f41de43e250140183939ec9;hb=02a9f92ea4f345b99e0d77b37018b23cb63a0516;hp=48921594e9c7f6d37af2185e90f40a7ed4d96c3d;hpb=cdb1f8e48adea7dfcad9b7e873e2320d3250137b;p=rust-lightning diff --git a/fuzz/README.md b/fuzz/README.md index 48921594..dfa90fc0 100644 --- a/fuzz/README.md +++ b/fuzz/README.md @@ -80,7 +80,8 @@ 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 ``` -This will reproduce the failing fuzz input and yield a usable stack trace. \ No newline at end of file +This will reproduce the failing fuzz input and yield a usable stack trace.