From: Andreas Färber Date: Fri, 21 Feb 2014 15:29:17 +0000 (+0100) Subject: tests: Clean up IndustryPack TPCI200 gcov paths X-Git-Tag: qemu-xen-4.5.0-rc1~118^2~13 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=83bb0b2ffd589346c8b8f4fee9296d0a8a309cf4;p=qemu-upstream-4.6-testing.git tests: Clean up IndustryPack TPCI200 gcov paths Signed-off-by: Andreas Färber --- diff --git a/tests/Makefile b/tests/Makefile index e146f81d4..1dc24c86a 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -87,9 +87,9 @@ gcov-files-pci-y += hw/net/ne2000.c check-qtest-pci-y += $(check-qtest-virtio-y) gcov-files-pci-y += $(gcov-files-virtio-y) hw/virtio/virtio-pci.c check-qtest-pci-y += tests/tpci200-test$(EXESUF) -gcov-files-pci-y += hw/char/tpci200.c +gcov-files-pci-y += hw/ipack/tpci200.c check-qtest-pci-y += $(check-qtest-ipack-y) -gcov-files-pci-y += $(gcov-files-ipack-y) hw/ipack/tpci200.c +gcov-files-pci-y += $(gcov-files-ipack-y) check-qtest-i386-y = tests/endianness-test$(EXESUF) check-qtest-i386-y += tests/fdc-test$(EXESUF)