diff options
author | Greg Kurz | 2016-09-16 08:58:35 +0200 |
---|---|---|
committer | Greg Kurz | 2016-09-16 12:15:56 +0200 |
commit | 557a4cc04a7cd092e8b5d6ef5a1e6799ed10b163 (patch) | |
tree | f250b9a20b786592c048f6ac6de2957fcc8dbd25 /tests/Makefile.include | |
parent | tests: virtio-9p: introduce start/stop functions (diff) | |
download | qemu-557a4cc04a7cd092e8b5d6ef5a1e6799ed10b163.tar.gz qemu-557a4cc04a7cd092e8b5d6ef5a1e6799ed10b163.tar.xz qemu-557a4cc04a7cd092e8b5d6ef5a1e6799ed10b163.zip |
tests: virtio-9p: add basic configuration test
This adds PCI init code and a basic test that checks the device config
matches what is passed on the command line.
Signed-off-by: Greg Kurz <groug@kaod.org>
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Diffstat (limited to 'tests/Makefile.include')
-rw-r--r-- | tests/Makefile.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index 2f11064699..6052a3828f 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -627,7 +627,7 @@ 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) $(libqos-virtio-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 $(libqos-virtio-obj-y) -tests/virtio-9p-test$(EXESUF): tests/virtio-9p-test.o +tests/virtio-9p-test$(EXESUF): tests/virtio-9p-test.o $(libqos-virtio-obj-y) tests/virtio-serial-test$(EXESUF): tests/virtio-serial-test.o tests/virtio-console-test$(EXESUF): tests/virtio-console-test.o tests/tpci200-test$(EXESUF): tests/tpci200-test.o |