summaryrefslogtreecommitdiffstats
path: root/tests/tcg
diff options
context:
space:
mode:
authorAlex Bennée2018-04-06 22:43:57 +0200
committerAlex Bennée2018-06-20 21:22:34 +0200
commit78353f49d2de0e9626276231315631bf286c8ef7 (patch)
treed38c90aa868b10cb2a2570b16378e8a0d143d9ab /tests/tcg
parenttests/tcg/mips: include common mips hello-mips (diff)
downloadqemu-78353f49d2de0e9626276231315631bf286c8ef7.tar.gz
qemu-78353f49d2de0e9626276231315631bf286c8ef7.tar.xz
qemu-78353f49d2de0e9626276231315631bf286c8ef7.zip
tests/tcg: enable building for s390x
This doesn't add any additional tests but enables building the multiarch tests for s390x. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Acked-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: David Hildenbrand <david@redhat.com>
Diffstat (limited to 'tests/tcg')
-rw-r--r--tests/tcg/s390x/Makefile.include2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tcg/s390x/Makefile.include b/tests/tcg/s390x/Makefile.include
new file mode 100644
index 0000000000..1f58115d96
--- /dev/null
+++ b/tests/tcg/s390x/Makefile.include
@@ -0,0 +1,2 @@
+DOCKER_IMAGE=debian-s390x-cross
+DOCKER_CROSS_COMPILER=s390x-linux-gnu-gcc