提交 72d8172b 编写于 作者: S Simon Glass

test: Run binman tests

Update the test script to run the binman tests also.
Signed-off-by: NSimon Glass <sjg@chromium.org>
上级 8e9801c2
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册