From: Simon Glass Date: Mon, 27 Nov 2017 03:25:56 +0000 (-0700) Subject: test: Run binman tests X-Git-Tag: v2018.03-rc1~174^2~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=72d8172be04ae66e52dc74caf57f8ee1b60efa03;p=oweals%2Fu-boot.git test: Run binman tests Update the test script to run the binman tests also. Signed-off-by: Simon Glass --- diff --git a/test/run b/test/run index 56160977a3..a12ea31bf2 100755 --- a/test/run +++ b/test/run @@ -17,6 +17,9 @@ run_test ./test/py/test.py --bd sandbox_spl --build -k \ # Run tests for the flat DT version of sandbox ./test/py/test.py --bd sandbox_flattree --build +PYTHONPATH=build-sandbox_spl/scripts/dtc/pylibfdt run_test \ + ./tools/binman/binman -t + if [ $result == 0 ]; then echo "Tests passed!" else