diff mbox series

[3/3] test: Run the VPL tests with 'make check'

Message ID 20230301033421.2490995-4-sjg@chromium.org
State Changes Requested
Delegated to: Tom Rini
Headers show
Series vpl: Correct some tests | expand

Commit Message

Simon Glass March 1, 2023, 3:34 a.m. UTC
Update the script to run VPL tests as well as the others.

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

 test/run | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/test/run b/test/run
index c4ab046ce8f..9e94ae23fb7 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