Merge pull request #1070 from TheBlueMatt/2021-09-fix-bindings-ignore
[rust-lightning] / fuzz / README.md
index 48921594e9c7f6d37af2185e90f40a7ed4d96c3d..dfa90fc0f979aa9d5f41de43e250140183939ec9 100644 (file)
@@ -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.