Skip to content

Commit

Permalink
test: Run the VPL tests with 'make check'
Browse files Browse the repository at this point in the history
Update the script to run VPL tests as well as the others.

Signed-off-by: Simon Glass <[email protected]>
  • Loading branch information
sjg20 committed Apr 2, 2023
1 parent 8b60987 commit 00be519
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/run
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00be519

Please sign in to comment.