From 34ba7d777dc5668eca5919a24d40e9a620cce3e8 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 26 Nov 2017 20:25:58 -0700 Subject: [PATCH] test: Run buildman tests Update the test script to run the buildman tests also. Signed-off-by: Simon Glass --- test/run | 1 + 1 file changed, 1 insertion(+) diff --git a/test/run b/test/run index 8f72a1f..a53383b 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!" -- 2.7.4