travis.yml: Run tcg tests with tci
commit3edaa995e60d46d70fcef13f7d485a5037bd91f2
authorThomas Huth <thuth@redhat.com>
Wed, 4 Dec 2019 08:31:33 +0000 (4 09:31 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 18 Dec 2019 20:17:33 +0000 (18 20:17 +0000)
tree63307c603d18cc79f5ff18d11eabc0fb3ad0bdaf
parent1e48931c0c0c29a30342614edb772fad8e4cff98
travis.yml: Run tcg tests with tci

So far we only have compile coverage for tci. But since commit
2f160e0f9797c7522bfd0d09218d0c9340a5137c ("tci: Add implementation
for INDEX_op_ld16u_i64") has been included now, we can also run the
"tcg" and "qtest" tests with tci, so let's enable them in Travis now.
Since we don't gain much additional test coverage by compiling all
targets, and TCI is broken e.g. with the Sparc targets, we also limit
the target list to a reasonable subset now (which should still get us
test coverage by tests/boot-serial-test for example).

Tested-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20191204083133.6198-1-thuth@redhat.com>
[AJB: just --enable-debug-tcg]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
.travis.yml