]> git.sur5r.net Git - u-boot/commitdiff
travis-ci: Emulate 'make tests'
authorTom Rini <trini@konsulko.com>
Mon, 7 Aug 2017 19:24:50 +0000 (15:24 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 11 Aug 2017 15:34:09 +0000 (11:34 -0400)
The 'tests' target will run sandbox, sandbox_spl and sandbox_flattree in
test.py and in the case of sandbox_spl ensure that we just run the
specific tests for that build.  Update our matrix to perform similar
test.py runs.

Signed-off-by: Tom Rini <trini@konsulko.com>
.travis.yml

index 7b9ec1eb5a6d07e4ea9b5e5a15ea137703d3dc41..ea560b936007ea8ca6a9114754316a78297e2e46 100644 (file)
@@ -263,6 +263,15 @@ matrix:
         - TEST_PY_BD="sandbox"
           BUILDMAN="^sandbox$"
           TOOLCHAIN="x86_64"
+    - env:
+        - TEST_PY_BD="sandbox_spl"
+          TEST_PY_TEST_SPEC="test_ofplatdata"
+          BUILDMAN="^sandbox$"
+          TOOLCHAIN="x86_64"
+    - env:
+        - TEST_PY_BD="sandbox_flattree"
+          BUILDMAN="^sandbox_flattree$"
+          TOOLCHAIN="x86_64"
     - env:
         - TEST_PY_BD="vexpress_ca15_tc2"
           TEST_PY_ID="--id qemu"