[U-Boot] [PATCH v2 3/7] test: Run patman tests

Simon Glass sjg at chromium.org
Mon Nov 27 03:25:57 UTC 2017


Update the test script to run the patman tests also.

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

Changes in v2: None

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

diff --git a/test/run b/test/run
index a12ea31bf23..8f72a1f7b29 100755
--- a/test/run
+++ b/test/run
@@ -19,6 +19,7 @@ run_test ./test/py/test.py --bd sandbox_spl --build -k \
 
 PYTHONPATH=build-sandbox_spl/scripts/dtc/pylibfdt run_test \
 	./tools/binman/binman -t
+run_test ./tools/patman/patman --test
 
 if [ $result == 0 ]; then
 	echo "Tests passed!"
-- 
2.15.0.417.g466bffb3ac-goog



More information about the U-Boot mailing list