diff options
author | Simon Glass <sjg@chromium.org> | 2021-03-15 17:25:33 +1300 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-03-26 17:03:09 +1300 |
commit | c25b8dcd3c12d6004db0838b43b6c0d2e53b0383 (patch) | |
tree | 866ed29b3ed43145a70bc805f107e0f411f8a8bd | |
parent | 424994c48f2bea5c9abd84e0a7b30e698484b8b9 (diff) | |
download | u-boot-c25b8dcd3c12d6004db0838b43b6c0d2e53b0383.tar.gz u-boot-c25b8dcd3c12d6004db0838b43b6c0d2e53b0383.tar.bz2 u-boot-c25b8dcd3c12d6004db0838b43b6c0d2e53b0383.zip |
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>
-rwxr-xr-x | test/run | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |