commit | e67d60c231eec593219bac20adccb6dd855c339d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 26 20:25:58 2017 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Jan 15 18:29:21 2018 -0700 |
tree | 9976464d8fa21c2f2b829d9014a6645637e88f16 | |
parent | f97273604fddeb96ccdfcf58b1405898270f1d27 [diff] [blame] |
test: Run buildman tests Update the test script to run the buildman tests also. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/test/run b/test/run index 8f72a1f..a53383b 100755 --- a/test/run +++ b/test/run
@@ -20,6 +20,7 @@ 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!"