From: Simon Glass Date: Mon, 15 Mar 2021 04:25:33 +0000 (+1300) Subject: test: Run sandbox_spl tests on sandbox_noinst X-Git-Tag: v2025.01-rc5-pxa1908~1941^2~4^2~46 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=c25b8dcd3c12d6004db0838b43b6c0d2e53b0383;p=u-boot.git test: Run sandbox_spl tests on sandbox_noinst Run the tests on this build too, to prevent regressions. Signed-off-by: Simon Glass Signed-off-by: Simon Glass --- diff --git a/test/run b/test/run index 735628e7e3..869406cd8d 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