summaryrefslogtreecommitdiff
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/binman/binman.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/binman/binman.rst b/tools/binman/binman.rst
index c25914312a8..381e55686f9 100644
--- a/tools/binman/binman.rst
+++ b/tools/binman/binman.rst
@@ -2194,6 +2194,11 @@ Use '-P 1' to disable this. It is automatically disabled when code coverage is
being used (-T) since they are incompatible.
+Writing tests
+-------------
+
+See :doc:`../binman_tests`.
+
Debugging tests
---------------