summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-04-02 14:01:27 +1200
committerSimon Glass <sjg@chromium.org>2023-04-03 06:53:53 +1200
commit00be5197e8423b8b71744ad0e3f2753d4be0132b (patch)
tree485835ad7402814d5a884ed2f5b499153876ab15 /test
parent8b60987899919014f812eeffb807f87f3197b759 (diff)
downloadu-boot-00be5197e8423b8b71744ad0e3f2753d4be0132b.tar.gz
test: Run the VPL tests with 'make check'
Update the script to run VPL tests as well as the others. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test')
-rwxr-xr-xtest/run5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/run b/test/run
index 93b556f6cf..768b22577c 100755
--- a/test/run
+++ b/test/run
@@ -56,6 +56,11 @@ echo "${prompt}"
run_test "sandbox_noinst" ./test/py/test.py --bd sandbox_noinst --build ${para} \
-k 'test_ofplatdata or test_handoff or test_spl'
+# Run tests which require sandbox_vpl
+echo "${prompt}"
+run_test "sandbox_vpl" ./test/py/test.py --bd sandbox_vpl --build ${para} \
+ -k 'vpl or test_spl'
+
if [ -z "$tools_only" ]; then
# Run tests for the flat-device-tree version of sandbox. This is a special
# build which does not enable CONFIG_OF_LIVE for the live device tree, so we can