diff options
author | Simon Glass <sjg@chromium.org> | 2017-11-26 20:25:57 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-01-15 18:29:21 -0700 |
commit | adb5b61612ca5a553b5b638e1173df4817b14f50 (patch) | |
tree | 17baed29d4788d48c5f7c99db471d058381d1030 /test/run | |
parent | 72d8172be04ae66e52dc74caf57f8ee1b60efa03 (diff) | |
download | u-boot-adb5b61612ca5a553b5b638e1173df4817b14f50.tar.gz |
test: Run patman tests
Update the test script to run the patman 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
@@ -19,6 +19,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 if [ $result == 0 ]; then echo "Tests passed!" |