Skip to content

Commit 00be519

Browse files
committed
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 <[email protected]>
1 parent 8b60987 commit 00be519

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/run

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ echo "${prompt}"
5656
run_test "sandbox_noinst" ./test/py/test.py --bd sandbox_noinst --build ${para} \
5757
-k 'test_ofplatdata or test_handoff or test_spl'
5858

59+
# Run tests which require sandbox_vpl
60+
echo "${prompt}"
61+
run_test "sandbox_vpl" ./test/py/test.py --bd sandbox_vpl --build ${para} \
62+
-k 'vpl or test_spl'
63+
5964
if [ -z "$tools_only" ]; then
6065
# Run tests for the flat-device-tree version of sandbox. This is a special
6166
# build which does not enable CONFIG_OF_LIVE for the live device tree, so we can

0 commit comments

Comments
 (0)