From: Simon Glass Date: Mon, 26 Oct 2020 02:38:32 +0000 (-0600) Subject: test: Run SPL unit tests X-Git-Tag: v2025.01-rc5-pxa1908~2146^2~46 X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=7b51bf770af349aa03f49cb9f445173ff2dc7fc7;p=u-boot.git test: Run SPL unit tests Update the 'run' script to include SPL unit tests. Signed-off-by: Simon Glass --- diff --git a/test/run b/test/run index de87e7530b..735628e7e3 100755 --- a/test/run +++ b/test/run @@ -28,7 +28,7 @@ fi # Run tests which require sandbox_spl run_test "sandbox_spl" ./test/py/test.py --bd sandbox_spl --build \ - -k 'test_ofplatdata or test_handoff' + -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