summaryrefslogtreecommitdiff
path: root/doc/develop/index.rst
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2024-09-30 12:51:38 -0600
committerSimon Glass <[email protected]>2024-10-18 14:10:22 -0600
commit7f4e1ea00bc417d99fa5a87091932280de34cab4 (patch)
tree26d43f2b29c61d39af5eda1b63f54fbaff1c3f98 /doc/develop/index.rst
parent3473e1779cccf486df7cae43b79fedd837703756 (diff)
binman: Add a tutorial on resolving test-coverage bugs
Provide a short description of how tests work, why they are so critical and how to resolve gaps in Binman's test coverage. Signed-off-by: Simon Glass <[email protected]> Acked-by: Heinrich Schuchardt <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]>
Diffstat (limited to 'doc/develop/index.rst')
-rw-r--r--doc/develop/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/develop/index.rst b/doc/develop/index.rst
index c23192c2770..30f7fdb8847 100644
--- a/doc/develop/index.rst
+++ b/doc/develop/index.rst
@@ -83,6 +83,7 @@ Testing
py_testing
tests_writing
tests_sandbox
+ binman_tests
Refactoring
-----------