mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
test: Run binman tests
Update the test script to run the binman tests also. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
8e9801c283
commit
72d8172be0
1 changed files with 3 additions and 0 deletions
3
test/run
3
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue