From b4c99237f63478fe45249bd25c019fa376813cc3 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 27 Feb 2020 11:43:43 +0000 Subject: [PATCH] Bug 1617836 - Reference the asan docs in the menu r=decoder Depends on D64069 Differential Revision: https://phabricator.services.mozilla.com/D64070 --HG-- extra : moz-landing-system : lando --- tools/fuzzing/docs/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/fuzzing/docs/index.rst b/tools/fuzzing/docs/index.rst index 7c24246353cf..555f9159f327 100644 --- a/tools/fuzzing/docs/index.rst +++ b/tools/fuzzing/docs/index.rst @@ -1,6 +1,12 @@ Fuzzing ======= +.. toctree:: + :maxdepth: 1 + :glob: + + * + This section focuses on explaining the software testing technique called “Fuzzing” or “Fuzz Testing” and its application to the Mozilla codebase. The overall goal is to educate developers about the capabilities and