summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2022-06-08 10:41:49 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-08 19:46:07 +0000
commit64aa5fc7bb0c32c5a21392bf67b4e32bdc4868e3 (patch)
treeb2397b7f9adb9bce74e40a750aae74d8d5bebf37
parente1968d3d71e766e421a6fc5a8824bb71ba7f6534 (diff)
downloadchrome-ec-64aa5fc7bb0c32c5a21392bf67b4e32bdc4868e3.tar.gz
docs/fingerprint: Add links to info on fuzz testing
BRANCH=none BUG=none TEST=view in gitiles Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I91ca1ee518dc701b1cf49f5c5149841af8a2c2df Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3696147 Reviewed-by: Andrea Grandi <agrandi@google.com> Reviewed-by: Firas Sammoura <fsammoura@google.com>
-rw-r--r--docs/fingerprint/fingerprint.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/fingerprint/fingerprint.md b/docs/fingerprint/fingerprint.md
index 1185ef131c..f5e372c8f5 100644
--- a/docs/fingerprint/fingerprint.md
+++ b/docs/fingerprint/fingerprint.md
@@ -121,6 +121,12 @@ See the [Unit Tests] documentation for details on how to [run the unit tests].
## Build and run the `host_command` fuzz test
+<!-- mdformat off(b/139308852) -->
+*** note
+NOTE: For more details on fuzzing, see [Fuzz Testing in ChromeOS].
+***
+<!-- mdformat on -->
+
```bash
(chroot) ~/trunk/src/platform/ec $ make run-host_command_fuzz
```
@@ -602,3 +608,4 @@ that are connected via UART use [`cros_ec_uart.c`].
[`cros_ec`]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/third_party/kernel/upstream/drivers/platform/chrome/cros_ec.c
[`cros_ec_spi.c`]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/third_party/kernel/upstream/drivers/platform/chrome/cros_ec_spi.c
[`cros_ec_uart.c`]: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/main:src/third_party/kernel/upstream/drivers/platform/chrome/cros_ec_uart.c
+[Fuzz Testing in ChromeOS]: https://chromium.googlesource.com/chromiumos/docs/+/HEAD/testing/fuzzing.md