summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-11-26 20:25:58 -0700
committerSimon Glass <sjg@chromium.org>2018-01-15 18:29:21 -0700
commit34ba7d777dc5668eca5919a24d40e9a620cce3e8 (patch)
tree9976464d8fa21c2f2b829d9014a6645637e88f16 /test
parentadb5b61612ca5a553b5b638e1173df4817b14f50 (diff)
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')
-rwxr-xr-xtest/run1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run b/test/run
index 8f72a1f7b2..a53383bb8e 100755
--- a/test/run
+++ b/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 \
./tools/binman/binman -t
run_test ./tools/patman/patman --test
+run_test ./tools/buildman/buildman -t
if [ $result == 0 ]; then
echo "Tests passed!"