From: Simon Glass <sjg@chromium.org>
Date: Mon, 27 Nov 2017 03:25:57 +0000 (-0700)
Subject: test: Run patman tests
X-Git-Tag: v2025.01-rc5-pxa1908~5135^2~13
X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-logo.png?a=commitdiff_plain;h=adb5b61612ca5a553b5b638e1173df4817b14f50;p=u-boot.git

test: Run patman tests

Update the test script to run the patman tests also.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

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!"