projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc84d58
)
test: Run SPL unit tests
author
Simon Glass
<sjg@chromium.org>
Mon, 26 Oct 2020 02:38:32 +0000
(20:38 -0600)
committer
Simon Glass
<sjg@chromium.org>
Thu, 29 Oct 2020 20:42:18 +0000
(14:42 -0600)
Update the 'run' script to include SPL unit tests.
Signed-off-by: Simon Glass <sjg@chromium.org>
test/run
patch
|
blob
|
history
diff --git
a/test/run
b/test/run
index de87e7530b17e4be290ed8da0f8e4d752f064098..735628e7e37027c42346d209b740abf7048312f6 100755
(executable)
--- a/
test/run
+++ b/
test/run
@@
-28,7
+28,7
@@
fi
# Run tests which require sandbox_spl
run_test "sandbox_spl" ./test/py/test.py --bd sandbox_spl --build \
- -k 'test_ofplatdata or test_handoff'
+ -k 'test_ofplatdata or test_handoff
or test_spl
'
if [ -z "$tools_only" ]; then
# Run tests for the flat-device-tree version of sandbox. This is a special