We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4badeb1 commit 9534fb6Copy full SHA for 9534fb6
docs/guides/BUILDING.md
@@ -404,7 +404,8 @@ Tests will be located in:
404
[Running FuzzTests](../testing/fuzz_testing.md#running-fuzztests)
405
406
FAQ: In the event of a build failure related to missing files or dependencies
407
-for pw_fuzzer, check the [FuzzTest FAQ](../testing/fuzz_testing.md#FAQ)
+for pw_fuzzer, check the
408
+[FuzzTest FAQ](../testing/fuzz_testing.md#fuzz-testing-faq)
409
410
## Build custom configuration
411
docs/testing/fuzz_testing.md
@@ -256,6 +256,7 @@ $ ./fuzz-chip-cert-pw --fuzz=ChipCert.DecodeChipCertFuzzer
256
257
```
258
259
+(fuzztest-faq)=
260
### FAQ
261
262
#### What revision should the FuzzTest and Abseil submodules be for running `pw_fuzzer` with FuzzTest?
0 commit comments