mbox series

[v2,0/2] Run tcg tests with tci on Travis

Message ID 20191128153525.2646-1-thuth@redhat.com
Headers show
Series Run tcg tests with tci on Travis | expand

Message

Thomas Huth Nov. 28, 2019, 3:35 p.m. UTC
It's now possible to run some TCG-based tests with our Tiny Code
Generator Interpreter (TCI), too. These two patches enable the
testing on Travis.

Alex Bennée (1):
  configure: allow disable of cross compilation containers

Thomas Huth (1):
  travis.yml: Run tcg tests with tci

 .travis.yml            | 7 ++++---
 configure              | 8 +++++++-
 tests/tcg/configure.sh | 6 ++++--
 3 files changed, 15 insertions(+), 6 deletions(-)

Comments

Philippe Mathieu-Daudé Nov. 28, 2019, 8:06 p.m. UTC | #1
On 11/28/19 4:35 PM, Thomas Huth wrote:
> It's now possible to run some TCG-based tests with our Tiny Code
> Generator Interpreter (TCI), too. These two patches enable the
> testing on Travis.
> 
> Alex Bennée (1):
>    configure: allow disable of cross compilation containers
> 
> Thomas Huth (1):
>    travis.yml: Run tcg tests with tci
> 
>   .travis.yml            | 7 ++++---
>   configure              | 8 +++++++-
>   tests/tcg/configure.sh | 6 ++++--
>   3 files changed, 15 insertions(+), 6 deletions(-)

Good idea to add/use '--disable-containers'.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>