]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
test: Run patman tests
authorSimon Glass <sjg@chromium.org>
Mon, 27 Nov 2017 03:25:57 +0000 (20:25 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 16 Jan 2018 01:29:21 +0000 (18:29 -0700)
Update the test script to run the patman tests also.

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

index a12ea31bf2306d9bb7cfa4c04e98e1dadd64f1a7..8f72a1f7b294ad1809c67c9ef6b13f1be44a873f 100755 (executable)
--- 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!"