
13 Nov
2017
13 Nov
'17
5:52 a.m.
Update the test script to run the binman tests also.
Signed-off-by: Simon Glass sjg@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