From 72d8172be04ae66e52dc74caf57f8ee1b60efa03 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 26 Nov 2017 20:25:56 -0700 Subject: [PATCH] test: Run binman tests Update the test script to run the binman tests also. Signed-off-by: Simon Glass --- test/run | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/run b/test/run index 5616097..a12ea31 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 -- 2.7.4