From: Tom Rini Date: Mon, 7 Aug 2017 19:24:50 +0000 (-0400) Subject: travis-ci: Emulate 'make tests' X-Git-Tag: v2017.09-rc2~86 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40c8d26a4dd94db490eeaeb2d028591e6fe40465;p=platform%2Fkernel%2Fu-boot.git travis-ci: Emulate 'make tests' 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 --- diff --git a/.travis.yml b/.travis.yml index 7b9ec1e..ea560b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -264,6 +264,15 @@ matrix: 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" QEMU_TARGET="arm-softmmu"