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é <phi...@redhat.com>