diff options
| author | Simon Glass <[email protected]> | 2026-07-05 13:32:22 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-07-06 08:28:51 -0600 |
| commit | c8db1555251aada7478f4fbad7e643bed02a8cbe (patch) | |
| tree | abba6af36c4c91ef963a1bdb2f27564bf9f3f2d9 /doc/develop | |
| parent | c2f2085b1540146fd2a229342366622d1970cd90 (diff) | |
test: Stop running the patman tests
The patman tests no longer exist in the tree, so drop them from the
test/run script (used by 'make tcheck' and friends) and from the
tools-testing example in the documentation.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/testing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/testing.rst b/doc/develop/testing.rst index 3a2b496fa00..1d19b49e82c 100644 --- a/doc/develop/testing.rst +++ b/doc/develop/testing.rst @@ -22,7 +22,7 @@ the quick ones, type this:: make qcheck -It is also possible to run just the tests for tools (patman, binman, etc.). +It is also possible to run just the tests for tools (binman, buildman, etc.). Such tests are included with those tools, i.e. no actual U-Boot unit tests are run. Type this:: |
