diff options
author | Simon Glass <sjg@chromium.org> | 2017-11-26 20:25:58 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-01-15 18:29:21 -0700 |
commit | 34ba7d777dc5668eca5919a24d40e9a620cce3e8 (patch) | |
tree | 9976464d8fa21c2f2b829d9014a6645637e88f16 /test/run | |
parent | adb5b61612ca5a553b5b638e1173df4817b14f50 (diff) | |
download | u-boot-34ba7d777dc5668eca5919a24d40e9a620cce3e8.tar.gz u-boot-34ba7d777dc5668eca5919a24d40e9a620cce3e8.tar.bz2 u-boot-34ba7d777dc5668eca5919a24d40e9a620cce3e8.zip |
test: Run buildman tests
Update the test script to run the buildman tests also.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/run')
-rwxr-xr-x | test/run | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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!" |