From: Simon Glass Date: Mon, 27 Nov 2017 03:25:57 +0000 (-0700) Subject: test: Run patman tests X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=commitdiff_plain;h=adb5b61612ca5a553b5b638e1173df4817b14f50 test: Run patman tests Update the test script to run the patman tests also. Signed-off-by: Simon Glass --- diff --git a/test/run b/test/run index a12ea31bf2..8f72a1f7b2 100755 --- a/test/run +++ b/test/run @@ -19,6 +19,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 if [ $result == 0 ]; then echo "Tests passed!"