commit | 7465bd2ad644056ed638545d4dc83b22fbc1bcdd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 26 20:25:56 2017 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Jan 15 18:29:21 2018 -0700 |
tree | 280b8df9a45e1320d0df05b8b0dc962bbc4af67c | |
parent | 515c6cc2782b30773f6b21d8d50e6d6616079982 [diff] |
test: Run binman tests Update the test script to run the binman tests also. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/test/run b/test/run index 5616097..a12ea31 100755 --- a/test/run +++ b/test/run
@@ -17,6 +17,9 @@ # Run tests for the flat DT version of sandbox ./test/py/test.py --bd sandbox_flattree --build +PYTHONPATH=build-sandbox_spl/scripts/dtc/pylibfdt run_test \ + ./tools/binman/binman -t + if [ $result == 0 ]; then echo "Tests passed!" else