diff options
author | Simon Glass | 2020-10-25 20:38:32 -0600 |
---|---|---|
committer | Simon Glass | 2020-10-29 14:42:18 -0600 |
commit | 7b51bf770af349aa03f49cb9f445173ff2dc7fc7 (patch) | |
tree | 427e9573a952691e34267db4880c85cd2d9d418b /test/run | |
parent | bc84d585ec0edf1705832fd431fc6a0ded978524 (diff) |
test: Run SPL unit tests
Update the 'run' script to include SPL unit tests.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/run')
-rwxr-xr-x | test/run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |