Add "Fuzz Testing" entry in src/README.md
Making it easier to find instructions to add fuzz tests.
Change-Id: I3c9a285300022a0ddf11ff9003f82ee2b2377d12
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850593
Reviewed-by: Max Moroz <[email protected]>
Commit-Queue: Xiaohan Wang <[email protected]>
Cr-Commit-Position: refs/heads/master@{#704404}
diff --git a/docs/README.md b/docs/README.md
index 9428edf..2072fbe 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -173,6 +173,7 @@
Capture stack traces on layout test crashes without an attached debugger
* [Test Descriptions](testing/test_descriptions.md) - Unit test targets that can be
built, with associated desciptions.
+* [Fuzz Testing](../testing/libfuzzer/README.md) - Fuzz testing in Chromium.
* [IPC Fuzzer](testing/ipc_fuzzer.md) - Fuzz testing of Chromium IPC interfaces.
* [Running Chrome tests with AddressSanitizer (asan) and LeakSanitizer (lsan)](testing/linux_running_asan_tests.md) -
Run Chrome tests with ASAN and LSAN builds to detect addressability issues and memory leaks.