test: Run SPL unit tests
authorSimon Glass <sjg@chromium.org>
Mon, 26 Oct 2020 02:38:32 +0000 (20:38 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 20:42:18 +0000 (14:42 -0600)
Update the 'run' script to include SPL unit tests.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/run

index de87e75..735628e 100755 (executable)
--- 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