summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.include
diff options
context:
space:
mode:
authorThomas Huth2018-02-12 13:35:41 +0100
committerThomas Huth2018-02-14 11:43:42 +0100
commit02f4fbecb93da2125d22d3f0b62c6ee44aea84d4 (patch)
treeda8e76eecf805e31e278a592546e48ad0a76ac69 /tests/Makefile.include
parenttests/Makefile: Derive check-qtest-ppc64-y from check-qtest-ppc-y (diff)
downloadqemu-02f4fbecb93da2125d22d3f0b62c6ee44aea84d4.tar.gz
qemu-02f4fbecb93da2125d22d3f0b62c6ee44aea84d4.tar.xz
qemu-02f4fbecb93da2125d22d3f0b62c6ee44aea84d4.zip
tests/m48t59: Use the m48t59 test on ppc, too
The ref405ep machine has a memory-mapped m48t59 device, so we can run the m48t59 test on this machine, too. Signed-off-by: Thomas Huth <thuth@redhat.com>
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 95ce99ec6a..a1bcbffe12 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -319,6 +319,8 @@ check-qtest-ppc-y += tests/boot-order-test$(EXESUF)
check-qtest-ppc-y += tests/prom-env-test$(EXESUF)
check-qtest-ppc-y += tests/drive_del-test$(EXESUF)
check-qtest-ppc-y += tests/boot-serial-test$(EXESUF)
+check-qtest-ppc-y += tests/m48t59-test$(EXESUF)
+gcov-files-ppc-y += hw/timer/m48t59.c
check-qtest-ppc64-y = $(check-qtest-ppc-y)
gcov-files-ppc64-y = $(subst ppc-softmmu/,ppc64-softmmu/,$(gcov-files-ppc-y))