|
@@ -65,7 +65,7 @@ check-block-$(CONFIG_POSIX) += tests/qemu-iotests-quick.sh
|
|
# All QTests for now are POSIX-only, but the dependencies are
|
|
# All QTests for now are POSIX-only, but the dependencies are
|
|
# really in libqtest, not in the testcases themselves.
|
|
# really in libqtest, not in the testcases themselves.
|
|
|
|
|
|
-gcov-files-ipack-y += hw/char/ipack.c
|
|
|
|
|
|
+gcov-files-ipack-y += hw/ipack/ipack.c
|
|
check-qtest-ipack-y += tests/ipoctal232-test$(EXESUF)
|
|
check-qtest-ipack-y += tests/ipoctal232-test$(EXESUF)
|
|
gcov-files-ipack-y += hw/char/ipoctal232.c
|
|
gcov-files-ipack-y += hw/char/ipoctal232.c
|
|
|
|
|
|
@@ -89,7 +89,7 @@ gcov-files-pci-y += $(gcov-files-virtio-y) hw/virtio/virtio-pci.c
|
|
check-qtest-pci-y += tests/tpci200-test$(EXESUF)
|
|
check-qtest-pci-y += tests/tpci200-test$(EXESUF)
|
|
gcov-files-pci-y += hw/char/tpci200.c
|
|
gcov-files-pci-y += hw/char/tpci200.c
|
|
check-qtest-pci-y += $(check-qtest-ipack-y)
|
|
check-qtest-pci-y += $(check-qtest-ipack-y)
|
|
-gcov-files-pci-y += $(gcov-files-ipack-y) hw/char/tpci200.c
|
|
|
|
|
|
+gcov-files-pci-y += $(gcov-files-ipack-y) hw/ipack/tpci200.c
|
|
|
|
|
|
check-qtest-i386-y = tests/endianness-test$(EXESUF)
|
|
check-qtest-i386-y = tests/endianness-test$(EXESUF)
|
|
check-qtest-i386-y += tests/fdc-test$(EXESUF)
|
|
check-qtest-i386-y += tests/fdc-test$(EXESUF)
|