mirror of
https://xff.cz/git/u-boot/
synced 2025-09-05 02:32:11 +02:00
test: Run buildman tests
Update the test script to run the buildman tests also. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
1
test/run
1
test/run
@@ -20,6 +20,7 @@ run_test ./test/py/test.py --bd sandbox_spl --build -k \
|
|||||||
PYTHONPATH=build-sandbox_spl/scripts/dtc/pylibfdt run_test \
|
PYTHONPATH=build-sandbox_spl/scripts/dtc/pylibfdt run_test \
|
||||||
./tools/binman/binman -t
|
./tools/binman/binman -t
|
||||||
run_test ./tools/patman/patman --test
|
run_test ./tools/patman/patman --test
|
||||||
|
run_test ./tools/buildman/buildman -t
|
||||||
|
|
||||||
if [ $result == 0 ]; then
|
if [ $result == 0 ]; then
|
||||||
echo "Tests passed!"
|
echo "Tests passed!"
|
||||||
|
Reference in New Issue
Block a user