mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
test: Run sandbox_spl tests on sandbox_noinst
Run the tests on this build too, to prevent regressions. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
424994c48f
commit
c25b8dcd3c
1 changed files with 4 additions and 0 deletions
4
test/run
4
test/run
|
@ -30,6 +30,10 @@ fi
|
|||
run_test "sandbox_spl" ./test/py/test.py --bd sandbox_spl --build \
|
||||
-k 'test_ofplatdata or test_handoff or test_spl'
|
||||
|
||||
# Run the sane tests with sandbox_noinst (i.e. without OF_PLATDATA_INST)
|
||||
run_test "sandbox_spl" ./test/py/test.py --bd sandbox_noinst --build \
|
||||
-k 'test_ofplatdata or test_handoff 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