summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2019-10-23 17:47:51 +0100
committerAlex Bennée <alex.bennee@linaro.org>2019-10-25 19:24:21 +0100
commit2efabbe12bafb4dec61aed2f4cd1e06bc4e753cf (patch)
tree5530ef2fbb1540a75e578a6459ea71db6e702337
parent17db6bf4f1b8f3918d90b39cf99376a2c23946e3 (diff)
downloadfocaccia-qemu-2efabbe12bafb4dec61aed2f4cd1e06bc4e753cf.tar.gz
focaccia-qemu-2efabbe12bafb4dec61aed2f4cd1e06bc4e753cf.zip
travis.yml: --enable-debug-tcg to check-tcg
This adds a whole bunch of asserts which will catch bugs you might
introduce into the TCG code.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c43597f133..ba3a8d4cfc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -334,14 +334,14 @@ matrix:
 
     # Run check-tcg against linux-user
     - env:
-        - CONFIG="--disable-system"
+        - CONFIG="--disable-system --enable-debug-tcg"
         - TEST_CMD="make -j3 check-tcg V=1"
         - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-default"
 
 
     # Run check-tcg against softmmu targets
     - env:
-        - CONFIG="--target-list=xtensa-softmmu,arm-softmmu,aarch64-softmmu,alpha-softmmu"
+        - CONFIG="--enable-debug-tcg --target-list=xtensa-softmmu,arm-softmmu,aarch64-softmmu,alpha-softmmu"
         - TEST_CMD="make -j3 check-tcg V=1"
         - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-default"