diff options
author | Fam Zheng | 2015-04-24 13:35:16 +0200 |
---|---|---|
committer | Paolo Bonzini | 2015-06-17 16:03:47 +0200 |
commit | ebe7d8b166c59b029521f8d95db011e5e0fc649d (patch) | |
tree | 4788800a546bc3ec244b8edfb3cb7d10df92862b /tests | |
parent | i8254: fix out-of-bounds memory access in pit_ioport_read() (diff) | |
download | qemu-ebe7d8b166c59b029521f8d95db011e5e0fc649d.tar.gz qemu-ebe7d8b166c59b029521f8d95db011e5e0fc649d.tar.xz qemu-ebe7d8b166c59b029521f8d95db011e5e0fc649d.zip |
tests: Link libqos virtio object to virtio-scsi-test
Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index c5e474455c..9ac7ac2b7d 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -370,7 +370,7 @@ tests/virtio-balloon-test$(EXESUF): tests/virtio-balloon-test.o tests/virtio-blk-test$(EXESUF): tests/virtio-blk-test.o $(libqos-virtio-obj-y) tests/virtio-net-test$(EXESUF): tests/virtio-net-test.o $(libqos-pc-obj-y) tests/virtio-rng-test$(EXESUF): tests/virtio-rng-test.o $(libqos-pc-obj-y) -tests/virtio-scsi-test$(EXESUF): tests/virtio-scsi-test.o +tests/virtio-scsi-test$(EXESUF): tests/virtio-scsi-test.o $(libqos-virtio-obj-y) tests/virtio-9p-test$(EXESUF): tests/virtio-9p-test.o tests/virtio-serial-test$(EXESUF): tests/virtio-serial-test.o tests/virtio-console-test$(EXESUF): tests/virtio-console-test.o |