]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
test: Stop running the patman tests
authorSimon Glass <sjg@chromium.org>
Sun, 5 Jul 2026 19:32:22 +0000 (13:32 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jul 2026 14:28:51 +0000 (08:28 -0600)
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 <sjg@chromium.org>
doc/develop/testing.rst
test/run

index 3a2b496fa00744fb7f6e2dd8c792f7863410d051..1d19b49e82c27c22722b6c29688a67e32c073078 100644 (file)
@@ -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::
 
index 768b22577c490647b9770a4536454970ffa8317e..7c0263713c604e8b10a4d058bf2238dc127e1fa5 100755 (executable)
--- a/test/run
+++ b/test/run
@@ -80,7 +80,6 @@ export DTC=${DTC_DIR}/dtc
 TOOLS_DIR=build-sandbox_spl/tools
 
 run_test "binman" ./tools/binman/binman --toolpath ${TOOLS_DIR} test
-run_test "patman" ./tools/patman/patman test
 run_test "u_boot_pylib" ./tools/u_boot_pylib/u_boot_pylib
 
 run_test "buildman" ./tools/buildman/buildman -t ${skip}