diff options
author | Andreas Färber <afaerber@suse.de> | 2014-02-21 16:29:17 +0100 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2014-03-13 01:21:56 +0100 |
commit | 83bb0b2ffd589346c8b8f4fee9296d0a8a309cf4 (patch) | |
tree | f755d58b5d05264cfde631e727ecf35f29c70f7e /tests | |
parent | dc06cbd28611c366096fd1c9b8bba7b459a96877 (diff) |
tests: Clean up IndustryPack TPCI200 gcov paths
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile index e146f81d44..1dc24c86a0 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) |