]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Azure/GitLab/Travis: Add SPL unit tests
authorSimon Glass <sjg@chromium.org>
Mon, 26 Oct 2020 02:38:36 +0000 (20:38 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 20:42:18 +0000 (14:42 -0600)
Run SPL unit tests in all test environments.

Signed-off-by: Simon Glass <sjg@chromium.org>
.azure-pipelines.yml
.gitlab-ci.yml
.travis.yml

index 473ddee38353d9e83dfa26298d7b42f188d58302..a78c8d61300f3d8b927f435dac578df2c98be329 100644 (file)
@@ -182,7 +182,7 @@ jobs:
           OVERRIDE: "-O clang-10"
         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:
           TEST_PY_BD: "sandbox_flattree"
         evb_ast2500:
index 9ac2b336a1167cb8508bc44d160ca7d2a923e844..b1e0b3bc9dd7847665106a83b65b9c3563390d4c 100644 (file)
@@ -198,7 +198,7 @@ sandbox_spl test.py:
   tags: [ 'all' ]
   variables:
     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
 
 evb-ast2500 test.py:
index fb8f73157d7146dc39834bd9e9a8ae144eec8454..cb48ff3023a531259df3ac4fc1205a92d282ed37 100644 (file)
@@ -512,7 +512,7 @@ matrix:
     - name: "test/py sandbox_spl"
       env:
         - 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"
           TEST_PY_TOOLS="yes"
     - name: "test/py sandbox_flattree"