From 7f4e1ea00bc417d99fa5a87091932280de34cab4 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 30 Sep 2024 12:51:38 -0600 Subject: 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 Acked-by: Heinrich Schuchardt Reviewed-by: Mattijs Korpershoek --- tools/binman/binman.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools') 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 --------------- -- cgit v1.2.3