projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e9801c
)
test: Run binman tests
author
Simon Glass
<sjg@chromium.org>
Mon, 27 Nov 2017 03:25:56 +0000
(20:25 -0700)
committer
Simon Glass
<sjg@chromium.org>
Tue, 16 Jan 2018 01:29:21 +0000
(18:29 -0700)
Update the test script to run the binman tests also.
Signed-off-by: Simon Glass <sjg@chromium.org>
test/run
patch
|
blob
|
history
diff --git
a/test/run
b/test/run
index
5616097
..
a12ea31
100755
(executable)
--- 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