[PATCH 15/30] test: Run sandbox_spl tests on sandbox_noinst
Simon Glass
sjg at chromium.org
Thu Dec 31 05:09:45 CET 2020
Run the tests on this build too, to prevent regressions.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
test/run | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/test/run b/test/run
index 735628e7e37..869406cd8d2 100755
--- a/test/run
+++ b/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
--
2.29.2.729.g45daf8777d-goog
More information about the U-Boot
mailing list