[U-Boot] [PATCH 07/26] test: Run binman tests

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


Update the test script to run the binman tests also.

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

 test/run | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/run b/test/run
index caee4f83f2c..b9ed3edb3e4 100755
--- a/test/run
+++ b/test/run
@@ -16,6 +16,8 @@ run_test ./test/py/test.py --bd sandbox_spl --build -k \
 # Run tests for the flat DT version of sandbox
 ./test/py/test.py --bd sandbox_flattree --build
 
+PYTHONPATH=build-sandbox_spl/tools run_test ./tools/binman/binman -t
+
 if [ $result == 0 ]; then
 	echo "Tests passed!"
 else
-- 
2.15.0.448.gf294e3d99a-goog



More information about the U-Boot mailing list