[U-Boot] [PATCH 09/26] test: Run patman tests

Simon Glass sjg at chromium.org
Mon Nov 13 04:52:13 UTC 2017


Update the test script to run the patman tests also.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 test/run | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/run b/test/run
index b9ed3edb3e4..f18e36e05e2 100755
--- a/test/run
+++ b/test/run
@@ -17,6 +17,7 @@ run_test ./test/py/test.py --bd sandbox_spl --build -k \
 ./test/py/test.py --bd sandbox_flattree --build
 
 PYTHONPATH=build-sandbox_spl/tools run_test ./tools/binman/binman -t
+run_test ./tools/patman/patman --test
 
 if [ $result == 0 ]; then
 	echo "Tests passed!"
-- 
2.15.0.448.gf294e3d99a-goog



More information about the U-Boot mailing list