diff options
author | Gonglei <arei.gonglei@huawei.com> | 2014-06-23 19:53:52 +0800 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-08-29 12:53:47 +0200 |
commit | 44ced58e3adf1bb16cac9d5b7bb178f75405902f (patch) | |
tree | 1010b0afde841dd0bda31c49bff647a56013f8b2 /tests/Makefile | |
parent | 28edfce0f3e8536b30573343618635f8713d6326 (diff) | |
download | qemu-44ced58e3adf1bb16cac9d5b7bb178f75405902f.zip qemu-44ced58e3adf1bb16cac9d5b7bb178f75405902f.tar.gz qemu-44ced58e3adf1bb16cac9d5b7bb178f75405902f.tar.bz2 |
tests: add UHCI qtest
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 5d67a55..6eff8cd 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -157,9 +157,10 @@ check-qtest-i386-y += tests/ioh3420-test$(EXESUF) gcov-files-i386-y += hw/pci-bridge/ioh3420.c check-qtest-i386-y += tests/usb-hcd-ohci-test$(EXESUF) gcov-files-i386-y += hw/usb/hcd-ohci.c +check-qtest-i386-y += tests/usb-hcd-uhci-test$(EXESUF) +gcov-files-i386-y += hw/usb/hcd-uhci.c check-qtest-i386-y += tests/usb-hcd-ehci-test$(EXESUF) gcov-files-i386-y += hw/usb/hcd-ehci.c -gcov-files-i386-y += hw/usb/hcd-uhci.c gcov-files-i386-y += hw/usb/dev-hid.c gcov-files-i386-y += hw/usb/dev-storage.c check-qtest-i386-$(CONFIG_LINUX) += tests/vhost-user-test$(EXESUF) @@ -338,6 +339,7 @@ tests/es1370-test$(EXESUF): tests/es1370-test.o tests/intel-hda-test$(EXESUF): tests/intel-hda-test.o tests/ioh3420-test$(EXESUF): tests/ioh3420-test.o tests/usb-hcd-ohci-test$(EXESUF): tests/usb-hcd-ohci-test.o +tests/usb-hcd-uhci-test$(EXESUF): tests/usb-hcd-uhci-test.o tests/usb-hcd-ehci-test$(EXESUF): tests/usb-hcd-ehci-test.o $(libqos-pc-obj-y) tests/vhost-user-test$(EXESUF): tests/vhost-user-test.o qemu-char.o qemu-timer.o $(qtest-obj-y) tests/qemu-iotests/socket_scm_helper$(EXESUF): tests/qemu-iotests/socket_scm_helper.o |