Skip to content

Commit

Permalink
test: Run buildman tests
Browse files Browse the repository at this point in the history
Update the test script to run the buildman tests also.

Signed-off-by: Simon Glass <[email protected]>
  • Loading branch information
sjg20 committed Jan 16, 2018
1 parent adb5b61 commit 34ba7d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/run
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ run_test ./test/py/test.py --bd sandbox_spl --build -k \
PYTHONPATH=build-sandbox_spl/scripts/dtc/pylibfdt run_test \
./tools/binman/binman -t
run_test ./tools/patman/patman --test
run_test ./tools/buildman/buildman -t

if [ $result == 0 ]; then
echo "Tests passed!"
Expand Down

0 comments on commit 34ba7d7

Please sign in to comment.