diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2018-04-06 21:43:57 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2018-06-20 20:22:34 +0100 |
commit | 78353f49d2de0e9626276231315631bf286c8ef7 (patch) | |
tree | d38c90aa868b10cb2a2570b16378e8a0d143d9ab /tests | |
parent | 2ac93f19b69d7729841f9c6f1d3d4688f7a2ebca (diff) | |
download | 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')
-rw-r--r-- | tests/tcg/s390x/Makefile.include | 2 |
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 |