aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2018-02-12 13:22:04 +0100
committerThomas Huth <thuth@redhat.com>2018-02-14 11:43:42 +0100
commit9697ce405f07c055f8a1f0c7b0873ed222a12576 (patch)
tree896e39570a2a71404dfbcd7c56a6cdd7a2b1fa24 /tests
parent7cbe423c2399e172d4a3ca3c7fe94c19a575dc8e (diff)
downloadqemu-9697ce405f07c055f8a1f0c7b0873ed222a12576.zip
qemu-9697ce405f07c055f8a1f0c7b0873ed222a12576.tar.gz
qemu-9697ce405f07c055f8a1f0c7b0873ed222a12576.tar.bz2
tests/Makefile: Derive check-qtest-ppc64-y from check-qtest-ppc-y
ppc64 is a superset of ppc, so the ppc64 tests should include all the ppc tests. Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.include11
1 files changed, 4 insertions, 7 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include
index c27a9a5..95ce99e 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -320,15 +320,12 @@ 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-ppc64-y = tests/spapr-phb-test$(EXESUF)
-gcov-files-ppc64-y = ppc64-softmmu/hw/ppc/spapr_pci.c
-check-qtest-ppc64-y += tests/endianness-test$(EXESUF)
-check-qtest-ppc64-y += tests/boot-order-test$(EXESUF)
-check-qtest-ppc64-y += tests/prom-env-test$(EXESUF)
+check-qtest-ppc64-y = $(check-qtest-ppc-y)
+gcov-files-ppc64-y = $(subst ppc-softmmu/,ppc64-softmmu/,$(gcov-files-ppc-y))
+check-qtest-ppc64-y += tests/spapr-phb-test$(EXESUF)
+gcov-files-ppc64-y += ppc64-softmmu/hw/ppc/spapr_pci.c
check-qtest-ppc64-y += tests/pnv-xscom-test$(EXESUF)
-check-qtest-ppc64-y += tests/drive_del-test$(EXESUF)
check-qtest-ppc64-y += tests/migration-test$(EXESUF)
-check-qtest-ppc64-y += tests/boot-serial-test$(EXESUF)
check-qtest-ppc64-y += tests/rtas-test$(EXESUF)
check-qtest-ppc64-$(CONFIG_SLIRP) += tests/pxe-test$(EXESUF)
check-qtest-ppc64-y += tests/usb-hcd-ohci-test$(EXESUF)