mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
8b60987899
commit
00be5197e8
1 changed files with 5 additions and 0 deletions
5
test/run
5
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
|
||||
|
|
Loading…
Reference in a new issue