summaryrefslogtreecommitdiff
path: root/test/run
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-11-26 20:25:57 -0700
committerSimon Glass <sjg@chromium.org>2018-01-15 18:29:21 -0700
commitadb5b61612ca5a553b5b638e1173df4817b14f50 (patch)
tree17baed29d4788d48c5f7c99db471d058381d1030 /test/run
parent72d8172be04ae66e52dc74caf57f8ee1b60efa03 (diff)
test: Run patman tests
Update the test script to run the patman tests also. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/run')
-rwxr-xr-xtest/run1
1 files changed, 1 insertions, 0 deletions
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!"