Skip to content
Snippets Groups Projects
Commit afb26ba9 authored by Simon Glass's avatar Simon Glass
Browse files

Azure/GitLab/Travis: Add SPL unit tests


Run SPL unit tests in all test environments.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent a8b1fbc1
No related branches found
No related tags found
No related merge requests found
...@@ -182,7 +182,7 @@ jobs: ...@@ -182,7 +182,7 @@ jobs:
OVERRIDE: "-O clang-10" OVERRIDE: "-O clang-10"
sandbox_spl: sandbox_spl:
TEST_PY_BD: "sandbox_spl" TEST_PY_BD: "sandbox_spl"
TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff" TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl"
sandbox_flattree: sandbox_flattree:
TEST_PY_BD: "sandbox_flattree" TEST_PY_BD: "sandbox_flattree"
evb_ast2500: evb_ast2500:
......
...@@ -198,7 +198,7 @@ sandbox_spl test.py: ...@@ -198,7 +198,7 @@ sandbox_spl test.py:
tags: [ 'all' ] tags: [ 'all' ]
variables: variables:
TEST_PY_BD: "sandbox_spl" TEST_PY_BD: "sandbox_spl"
TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff" TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl"
<<: *buildman_and_testpy_dfn <<: *buildman_and_testpy_dfn
evb-ast2500 test.py: evb-ast2500 test.py:
......
...@@ -512,7 +512,7 @@ matrix: ...@@ -512,7 +512,7 @@ matrix:
- name: "test/py sandbox_spl" - name: "test/py sandbox_spl"
env: env:
- TEST_PY_BD="sandbox_spl" - TEST_PY_BD="sandbox_spl"
TEST_PY_TEST_SPEC="test_ofplatdata or test_handoff" TEST_PY_TEST_SPEC="test_ofplatdata or test_handoff or test_spl"
TOOLCHAIN="i386" TOOLCHAIN="i386"
TEST_PY_TOOLS="yes" TEST_PY_TOOLS="yes"
- name: "test/py sandbox_flattree" - name: "test/py sandbox_flattree"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment