summaryrefslogtreecommitdiffstats
path: root/tests/tcg/hppa
diff options
context:
space:
mode:
authorAlex Bennée2018-04-23 17:00:13 +0200
committerAlex Bennée2018-06-20 21:22:34 +0200
commit3ae8a1000b4a8fb8d4081925c55929ea1c3c2938 (patch)
treea897cfe24deb0dfa92233fa83c97e69b8ccf4be7 /tests/tcg/hppa
parenttests/tcg/alpha: add Alpha specific tests (diff)
downloadqemu-3ae8a1000b4a8fb8d4081925c55929ea1c3c2938.tar.gz
qemu-3ae8a1000b4a8fb8d4081925c55929ea1c3c2938.tar.xz
qemu-3ae8a1000b4a8fb8d4081925c55929ea1c3c2938.zip
tests/tcg: enable building for HPPA
Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'tests/tcg/hppa')
-rw-r--r--tests/tcg/hppa/Makefile.include2
-rw-r--r--tests/tcg/hppa/Makefile.target6
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/tcg/hppa/Makefile.include b/tests/tcg/hppa/Makefile.include
new file mode 100644
index 0000000000..da2353430e
--- /dev/null
+++ b/tests/tcg/hppa/Makefile.include
@@ -0,0 +1,2 @@
+DOCKER_IMAGE=debian-hppa-cross
+DOCKER_CROSS_COMPILER=hppa-linux-gnu-gcc
diff --git a/tests/tcg/hppa/Makefile.target b/tests/tcg/hppa/Makefile.target
new file mode 100644
index 0000000000..8bf01966bd
--- /dev/null
+++ b/tests/tcg/hppa/Makefile.target
@@ -0,0 +1,6 @@
+# -*- Mode: makefile -*-
+#
+# HPPA specific tweaks - specifically masking out broken tests
+
+# On parisc Linux supports 4K/16K/64K (but currently only 4k works)
+EXTRA_RUNS+=run-test-mmap-4096 # run-test-mmap-16384 run-test-mmap-65536