summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-11-26 20:25:56 -0700
committerSimon Glass <sjg@chromium.org>2018-01-15 18:29:21 -0700
commit72d8172be04ae66e52dc74caf57f8ee1b60efa03 (patch)
tree280b8df9a45e1320d0df05b8b0dc962bbc4af67c /test
parent8e9801c283c0e5a7ccd5c04f5ba09003d01f1591 (diff)
test: Run binman tests
Update the test script to run the binman tests also. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test')
-rwxr-xr-xtest/run3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/run b/test/run
index 56160977a3..a12ea31bf2 100755
--- a/test/run
+++ b/test/run
@@ -17,6 +17,9 @@ 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/scripts/dtc/pylibfdt run_test \
+ ./tools/binman/binman -t
+
if [ $result == 0 ]; then
echo "Tests passed!"
else