aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2018-04-06 21:43:57 +0100
committerAlex Bennée <alex.bennee@linaro.org>2018-06-20 20:22:34 +0100
commit78353f49d2de0e9626276231315631bf286c8ef7 (patch)
treed38c90aa868b10cb2a2570b16378e8a0d143d9ab /tests
parent2ac93f19b69d7729841f9c6f1d3d4688f7a2ebca (diff)
downloadqemu-78353f49d2de0e9626276231315631bf286c8ef7.zip
qemu-78353f49d2de0e9626276231315631bf286c8ef7.tar.gz
qemu-78353f49d2de0e9626276231315631bf286c8ef7.tar.bz2
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')
-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 0000000..1f58115
--- /dev/null
+++ b/tests/tcg/s390x/Makefile.include
@@ -0,0 +1,2 @@
+DOCKER_IMAGE=debian-s390x-cross
+DOCKER_CROSS_COMPILER=s390x-linux-gnu-gcc