aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.include
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2017-11-30 09:53:04 +0100
committerLaurent Vivier <laurent@vivier.eu>2017-12-21 20:13:18 +0100
commit598a29f3606c4c7042a1ca3f1116663d0a60867c (patch)
tree1b6ade8faa2d5910734a9e7ee3d38b870a08a3db /tests/Makefile.include
parent7deddf96e94f3e1eb3677db0ea7b53e61751b544 (diff)
downloadqemu-598a29f3606c4c7042a1ca3f1116663d0a60867c.zip
qemu-598a29f3606c4c7042a1ca3f1116663d0a60867c.tar.gz
qemu-598a29f3606c4c7042a1ca3f1116663d0a60867c.tar.bz2
tests/boot-serial-test: Add support for the mcf5208evb board
We can output a character quite easily here with some few lines of assembly that we provide as a mini-kernel for this board. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <1512031988-32490-4-git-send-email-thuth@redhat.com> [lv: add boot-serial-test in check-qtest-m68k] Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'tests/Makefile.include')
-rw-r--r--tests/Makefile.include2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include
index f8e20d9..77f8183 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -297,6 +297,8 @@ gcov-files-x86_64-y = $(subst i386-softmmu/,x86_64-softmmu/,$(gcov-files-i386-y)
check-qtest-alpha-y = tests/boot-serial-test$(EXESUF)
+check-qtest-m68k-y = tests/boot-serial-test$(EXESUF)
+
check-qtest-mips-y = tests/endianness-test$(EXESUF)
check-qtest-mips64-y = tests/endianness-test$(EXESUF)