[U-Boot] [PATCH 12/26] test: Run buildman tests
Simon Glass
sjg at chromium.org
Mon Nov 13 04:52:16 UTC 2017
Update the test script to run the buildman tests also.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
test/run | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/run b/test/run
index f18e36e05e2..f695f2ecc5d 100755
--- a/test/run
+++ b/test/run
@@ -18,6 +18,7 @@ run_test ./test/py/test.py --bd sandbox_spl --build -k \
PYTHONPATH=build-sandbox_spl/tools 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!"
--
2.15.0.448.gf294e3d99a-goog
More information about the U-Boot
mailing list