Kevin Wolf | 8959449 | 2012-03-08 12:29:00 +0100 | [diff] [blame] | 1 | export SRC_PATH |
| 2 | |
Peter Maydell | 3687d53 | 2014-01-23 16:22:59 +0000 | [diff] [blame] | 3 | # Get the list of all supported sysemu targets |
| 4 | SYSEMU_TARGET_LIST := $(subst -softmmu.mak,,$(notdir \ |
| 5 | $(wildcard $(SRC_PATH)/default-configs/*-softmmu.mak))) |
| 6 | |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 7 | check-unit-y = tests/check-qdict$(EXESUF) |
Paolo Bonzini | 5f7a74a | 2013-01-15 09:49:35 +0100 | [diff] [blame] | 8 | gcov-files-check-qdict-y = qobject/qdict.c |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 9 | check-unit-y += tests/check-qfloat$(EXESUF) |
Paolo Bonzini | 5f7a74a | 2013-01-15 09:49:35 +0100 | [diff] [blame] | 10 | gcov-files-check-qfloat-y = qobject/qfloat.c |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 11 | check-unit-y += tests/check-qint$(EXESUF) |
Paolo Bonzini | 5f7a74a | 2013-01-15 09:49:35 +0100 | [diff] [blame] | 12 | gcov-files-check-qint-y = qobject/qint.c |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 13 | check-unit-y += tests/check-qstring$(EXESUF) |
Paolo Bonzini | 5f7a74a | 2013-01-15 09:49:35 +0100 | [diff] [blame] | 14 | gcov-files-check-qstring-y = qobject/qstring.c |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 15 | check-unit-y += tests/check-qlist$(EXESUF) |
Paolo Bonzini | 5f7a74a | 2013-01-15 09:49:35 +0100 | [diff] [blame] | 16 | gcov-files-check-qlist-y = qobject/qlist.c |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 17 | check-unit-y += tests/check-qjson$(EXESUF) |
Paolo Bonzini | 5f7a74a | 2013-01-15 09:49:35 +0100 | [diff] [blame] | 18 | gcov-files-check-qjson-y = qobject/qjson.c |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 19 | check-unit-y += tests/test-qmp-output-visitor$(EXESUF) |
Blue Swirl | 1d728c3 | 2012-05-01 18:45:39 +0000 | [diff] [blame] | 20 | gcov-files-test-qmp-output-visitor-y = qapi/qmp-output-visitor.c |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 21 | check-unit-y += tests/test-qmp-input-visitor$(EXESUF) |
Blue Swirl | 1d728c3 | 2012-05-01 18:45:39 +0000 | [diff] [blame] | 22 | gcov-files-test-qmp-input-visitor-y = qapi/qmp-input-visitor.c |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 23 | check-unit-y += tests/test-qmp-input-strict$(EXESUF) |
| 24 | check-unit-y += tests/test-qmp-commands$(EXESUF) |
Blue Swirl | 1d728c3 | 2012-05-01 18:45:39 +0000 | [diff] [blame] | 25 | gcov-files-test-qmp-commands-y = qapi/qmp-dispatch.c |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 26 | check-unit-y += tests/test-string-input-visitor$(EXESUF) |
Blue Swirl | 1d728c3 | 2012-05-01 18:45:39 +0000 | [diff] [blame] | 27 | gcov-files-test-string-input-visitor-y = qapi/string-input-visitor.c |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 28 | check-unit-y += tests/test-string-output-visitor$(EXESUF) |
Blue Swirl | 1d728c3 | 2012-05-01 18:45:39 +0000 | [diff] [blame] | 29 | gcov-files-test-string-output-visitor-y = qapi/string-output-visitor.c |
Wenchao Xia | f6dadb0 | 2014-06-18 08:43:29 +0200 | [diff] [blame] | 30 | check-unit-y += tests/test-qmp-event$(EXESUF) |
| 31 | gcov-files-test-qmp-event-y += qapi/qmp-event.c |
Laszlo Ersek | 3953e3a | 2013-08-20 00:35:40 +0200 | [diff] [blame] | 32 | check-unit-y += tests/test-opts-visitor$(EXESUF) |
| 33 | gcov-files-test-opts-visitor-y = qapi/opts-visitor.c |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 34 | check-unit-y += tests/test-coroutine$(EXESUF) |
Peter Maydell | 7c2acc7 | 2013-04-08 12:11:27 +0100 | [diff] [blame] | 35 | gcov-files-test-coroutine-y = coroutine-$(CONFIG_COROUTINE_BACKEND).c |
Michael Roth | 2d49610 | 2012-02-21 21:05:07 -0600 | [diff] [blame] | 36 | check-unit-y += tests/test-visitor-serialization$(EXESUF) |
Michael Tokarev | 2278a69 | 2012-06-07 20:08:19 +0400 | [diff] [blame] | 37 | check-unit-y += tests/test-iov$(EXESUF) |
Paolo Bonzini | 5f7a74a | 2013-01-15 09:49:35 +0100 | [diff] [blame] | 38 | gcov-files-test-iov-y = util/iov.c |
Paolo Bonzini | b2ea25d | 2012-11-23 16:13:23 +0100 | [diff] [blame] | 39 | check-unit-y += tests/test-aio$(EXESUF) |
Stefan Hajnoczi | d597a32 | 2014-03-28 10:55:53 +0100 | [diff] [blame] | 40 | check-unit-$(CONFIG_POSIX) += tests/test-rfifolock$(EXESUF) |
Benoît Canet | f17cfe8 | 2013-09-02 14:14:38 +0200 | [diff] [blame] | 41 | check-unit-y += tests/test-throttle$(EXESUF) |
Blue Swirl | 1d728c3 | 2012-05-01 18:45:39 +0000 | [diff] [blame] | 42 | gcov-files-test-aio-$(CONFIG_WIN32) = aio-win32.c |
| 43 | gcov-files-test-aio-$(CONFIG_POSIX) = aio-posix.c |
Paolo Bonzini | 74c856e | 2012-11-23 16:13:24 +0100 | [diff] [blame] | 44 | check-unit-y += tests/test-thread-pool$(EXESUF) |
Blue Swirl | 1d728c3 | 2012-05-01 18:45:39 +0000 | [diff] [blame] | 45 | gcov-files-test-thread-pool-y = thread-pool.c |
Paolo Bonzini | e7c033c | 2013-01-21 17:09:40 +0100 | [diff] [blame] | 46 | gcov-files-test-hbitmap-y = util/hbitmap.c |
| 47 | check-unit-y += tests/test-hbitmap$(EXESUF) |
Eduardo Habkost | 247c9de | 2013-01-23 15:58:27 -0200 | [diff] [blame] | 48 | check-unit-y += tests/test-x86-cpuid$(EXESUF) |
| 49 | # all code tested by test-x86-cpuid is inside topology.h |
| 50 | gcov-files-test-x86-cpuid-y = |
Dr. David Alan Gilbert | 60fe637 | 2014-12-12 11:13:38 +0000 | [diff] [blame] | 51 | ifeq ($(CONFIG_SOFTMMU),y) |
Orit Wasserman | 21e3cd2 | 2013-01-31 09:12:16 +0200 | [diff] [blame] | 52 | check-unit-y += tests/test-xbzrle$(EXESUF) |
Dr. David Alan Gilbert | 60fe637 | 2014-12-12 11:13:38 +0000 | [diff] [blame] | 53 | gcov-files-test-xbzrle-y = migration/xbzrle.c |
| 54 | check-unit-$(CONFIG_POSIX) += tests/test-vmstate$(EXESUF) |
| 55 | endif |
Eduardo Habkost | e3f9fe2 | 2013-02-04 16:27:45 -0200 | [diff] [blame] | 56 | check-unit-y += tests/test-cutils$(EXESUF) |
| 57 | gcov-files-test-cutils-y += util/cutils.c |
Richard Henderson | f4c0f98 | 2013-02-16 12:47:01 -0800 | [diff] [blame] | 58 | check-unit-y += tests/test-mul64$(EXESUF) |
| 59 | gcov-files-test-mul64-y = util/host-utils.c |
Paolo Bonzini | 6046c62 | 2013-06-20 16:19:32 +0200 | [diff] [blame] | 60 | check-unit-y += tests/test-int128$(EXESUF) |
| 61 | # all code tested by test-int128 is inside int128.h |
| 62 | gcov-files-test-int128-y = |
Paolo Bonzini | 8fda74a | 2013-06-21 09:09:34 +0200 | [diff] [blame] | 63 | check-unit-y += tests/rcutorture$(EXESUF) |
| 64 | gcov-files-rcutorture-y = util/rcu.c |
Mike Day | 341774f | 2013-08-27 11:38:45 -0400 | [diff] [blame] | 65 | check-unit-y += tests/test-rcu-list$(EXESUF) |
| 66 | gcov-files-test-rcu-list-y = util/rcu.c |
Peter Maydell | 3464700 | 2013-06-28 12:40:32 +0100 | [diff] [blame] | 67 | check-unit-y += tests/test-bitops$(EXESUF) |
Michael S. Tsirkin | 9d41401 | 2014-09-18 20:46:45 +0300 | [diff] [blame] | 68 | check-unit-$(CONFIG_HAS_GLIB_SUBPROCESS_TESTS) += tests/test-qdev-global-props$(EXESUF) |
Igor Mammedov | 14389db | 2013-12-20 22:14:40 +0100 | [diff] [blame] | 69 | check-unit-y += tests/check-qom-interface$(EXESUF) |
| 70 | gcov-files-check-qom-interface-y = qom/object.c |
Leandro Dorileo | 4ba6fab | 2014-05-19 18:53:55 -0300 | [diff] [blame] | 71 | check-unit-y += tests/test-qemu-opts$(EXESUF) |
| 72 | gcov-files-test-qemu-opts-y = qom/test-qemu-opts.c |
Francesco Romani | e246211 | 2015-01-12 14:11:13 +0100 | [diff] [blame] | 73 | check-unit-y += tests/test-write-threshold$(EXESUF) |
| 74 | gcov-files-test-write-threshold-y = block/write-threshold.c |
Anthony Liguori | ad65aa8 | 2012-01-10 13:10:51 -0600 | [diff] [blame] | 75 | |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 76 | check-block-$(CONFIG_POSIX) += tests/qemu-iotests-quick.sh |
Anthony Liguori | dbfe06c | 2012-01-10 13:10:43 -0600 | [diff] [blame] | 77 | |
Anthony Liguori | d1aaf54 | 2012-03-28 15:42:07 +0200 | [diff] [blame] | 78 | # All QTests for now are POSIX-only, but the dependencies are |
| 79 | # really in libqtest, not in the testcases themselves. |
Andreas Färber | a21baf7 | 2013-11-07 18:25:10 +0100 | [diff] [blame] | 80 | |
Andreas Färber | 1f9c4cf | 2013-08-02 00:48:40 +0200 | [diff] [blame] | 81 | gcov-files-ipack-y += hw/ipack/ipack.c |
Andreas Färber | 3714682 | 2014-02-09 12:24:15 +0100 | [diff] [blame] | 82 | check-qtest-ipack-y += tests/ipoctal232-test$(EXESUF) |
| 83 | gcov-files-ipack-y += hw/char/ipoctal232.c |
| 84 | |
Andreas Färber | 6e8114a | 2014-02-21 17:49:12 +0100 | [diff] [blame] | 85 | check-qtest-virtioserial-y += tests/virtio-console-test$(EXESUF) |
| 86 | gcov-files-virtioserial-y += hw/char/virtio-console.c |
| 87 | |
Andreas Färber | b815ec5 | 2014-02-09 04:13:37 +0100 | [diff] [blame] | 88 | gcov-files-virtio-y += i386-softmmu/hw/virtio/virtio.c |
| 89 | check-qtest-virtio-y += tests/virtio-net-test$(EXESUF) |
| 90 | gcov-files-virtio-y += i386-softmmu/hw/net/virtio-net.c |
Andreas Färber | 02063aa | 2014-02-09 04:39:47 +0100 | [diff] [blame] | 91 | check-qtest-virtio-y += tests/virtio-balloon-test$(EXESUF) |
| 92 | gcov-files-virtio-y += i386-softmmu/hw/virtio/virtio-balloon.c |
Andreas Färber | c7a59be | 2014-02-09 04:32:55 +0100 | [diff] [blame] | 93 | check-qtest-virtio-y += tests/virtio-blk-test$(EXESUF) |
| 94 | gcov-files-virtio-y += i386-softmmu/hw/block/virtio-blk.c |
Andreas Färber | b6f46f0 | 2014-02-09 04:43:10 +0100 | [diff] [blame] | 95 | check-qtest-virtio-y += tests/virtio-rng-test$(EXESUF) |
| 96 | gcov-files-virtio-y += hw/virtio/virtio-rng.c |
Andreas Färber | 26c9a01 | 2014-02-21 16:42:15 +0100 | [diff] [blame] | 97 | check-qtest-virtio-y += tests/virtio-scsi-test$(EXESUF) |
| 98 | gcov-files-virtio-y += i386-softmmu/hw/scsi/virtio-scsi.c |
Andreas Färber | 2d888c0 | 2014-02-21 17:15:21 +0100 | [diff] [blame] | 99 | ifeq ($(CONFIG_VIRTIO)$(CONFIG_VIRTFS)$(CONFIG_PCI),yyy) |
| 100 | check-qtest-virtio-y += tests/virtio-9p-test$(EXESUF) |
| 101 | gcov-files-virtio-y += hw/9pfs/virtio-9p.c |
| 102 | gcov-files-virtio-y += i386-softmmu/hw/9pfs/virtio-9p-device.c |
| 103 | endif |
Andreas Färber | aa97405 | 2014-02-21 17:36:57 +0100 | [diff] [blame] | 104 | check-qtest-virtio-y += tests/virtio-serial-test$(EXESUF) |
| 105 | gcov-files-virtio-y += i386-softmmu/hw/char/virtio-serial-bus.c |
Andreas Färber | 6e8114a | 2014-02-21 17:49:12 +0100 | [diff] [blame] | 106 | check-qtest-virtio-y += $(check-qtest-virtioserial-y) |
| 107 | gcov-files-virtio-y += $(gcov-files-virtioserial-y) |
Andreas Färber | b815ec5 | 2014-02-09 04:13:37 +0100 | [diff] [blame] | 108 | |
Andreas Färber | a21baf7 | 2013-11-07 18:25:10 +0100 | [diff] [blame] | 109 | check-qtest-pci-y += tests/e1000-test$(EXESUF) |
| 110 | gcov-files-pci-y += hw/net/e1000.c |
Andreas Färber | 74769fe | 2013-11-07 18:43:09 +0100 | [diff] [blame] | 111 | check-qtest-pci-y += tests/rtl8139-test$(EXESUF) |
| 112 | gcov-files-pci-y += hw/net/rtl8139.c |
Andreas Färber | 85f68d5 | 2013-11-07 18:53:28 +0100 | [diff] [blame] | 113 | check-qtest-pci-y += tests/pcnet-test$(EXESUF) |
| 114 | gcov-files-pci-y += hw/net/pcnet.c |
| 115 | gcov-files-pci-y += hw/net/pcnet-pci.c |
Andreas Färber | 92838a1 | 2013-11-07 19:18:46 +0100 | [diff] [blame] | 116 | check-qtest-pci-y += tests/eepro100-test$(EXESUF) |
| 117 | gcov-files-pci-y += hw/net/eepro100.c |
Andreas Färber | 5297ea6 | 2014-02-09 04:01:37 +0100 | [diff] [blame] | 118 | check-qtest-pci-y += tests/ne2000-test$(EXESUF) |
| 119 | gcov-files-pci-y += hw/net/ne2000.c |
Andreas Färber | fc96779 | 2014-02-21 22:19:43 +0100 | [diff] [blame] | 120 | check-qtest-pci-y += tests/nvme-test$(EXESUF) |
| 121 | gcov-files-pci-y += hw/block/nvme.c |
Andreas Färber | d7b50c0 | 2014-03-30 19:00:05 +0200 | [diff] [blame] | 122 | check-qtest-pci-y += tests/ac97-test$(EXESUF) |
| 123 | gcov-files-pci-y += hw/audio/ac97.c |
Andreas Färber | 8fa74c9 | 2014-03-30 19:05:20 +0200 | [diff] [blame] | 124 | check-qtest-pci-y += tests/es1370-test$(EXESUF) |
| 125 | gcov-files-pci-y += hw/audio/es1370.c |
Andreas Färber | b815ec5 | 2014-02-09 04:13:37 +0100 | [diff] [blame] | 126 | check-qtest-pci-y += $(check-qtest-virtio-y) |
| 127 | gcov-files-pci-y += $(gcov-files-virtio-y) hw/virtio/virtio-pci.c |
Andreas Färber | 7649107 | 2014-02-09 03:48:44 +0100 | [diff] [blame] | 128 | check-qtest-pci-y += tests/tpci200-test$(EXESUF) |
Andreas Färber | 83bb0b2 | 2014-02-21 16:29:17 +0100 | [diff] [blame] | 129 | gcov-files-pci-y += hw/ipack/tpci200.c |
Andreas Färber | 3714682 | 2014-02-09 12:24:15 +0100 | [diff] [blame] | 130 | check-qtest-pci-y += $(check-qtest-ipack-y) |
Andreas Färber | 83bb0b2 | 2014-02-21 16:29:17 +0100 | [diff] [blame] | 131 | gcov-files-pci-y += $(gcov-files-ipack-y) |
Gerd Hoffmann | 0850fd5 | 2014-04-28 11:01:13 +0200 | [diff] [blame] | 132 | check-qtest-pci-y += tests/display-vga-test$(EXESUF) |
| 133 | gcov-files-pci-y += hw/display/vga.c |
| 134 | gcov-files-pci-y += hw/display/cirrus_vga.c |
| 135 | gcov-files-pci-y += hw/display/vga-pci.c |
Andreas Färber | fbaf445 | 2014-03-30 19:22:48 +0200 | [diff] [blame] | 136 | check-qtest-pci-y += tests/intel-hda-test$(EXESUF) |
| 137 | gcov-files-pci-y += hw/audio/intel-hda.c hw/audio/hda-codec.c |
Andreas Färber | a21baf7 | 2013-11-07 18:25:10 +0100 | [diff] [blame] | 138 | |
Paolo Bonzini | 8fefa31 | 2013-07-22 15:54:34 +0200 | [diff] [blame] | 139 | check-qtest-i386-y = tests/endianness-test$(EXESUF) |
| 140 | check-qtest-i386-y += tests/fdc-test$(EXESUF) |
Andreas Färber | 5ec889b | 2014-02-14 15:09:28 +0100 | [diff] [blame] | 141 | gcov-files-i386-y = hw/block/fdc.c |
Kevin Wolf | acbe480 | 2013-05-08 11:18:41 +0200 | [diff] [blame] | 142 | check-qtest-i386-y += tests/ide-test$(EXESUF) |
John Snow | 1cd1031 | 2014-08-21 13:44:32 -0400 | [diff] [blame] | 143 | check-qtest-i386-y += tests/ahci-test$(EXESUF) |
Markus Armbruster | 0e8a8c8 | 2012-07-10 11:12:30 +0200 | [diff] [blame] | 144 | check-qtest-i386-y += tests/hd-geo-test$(EXESUF) |
Andreas Färber | 5ec889b | 2014-02-14 15:09:28 +0100 | [diff] [blame] | 145 | gcov-files-i386-y += hw/block/hd-geometry.c |
Markus Armbruster | edbd790 | 2013-06-26 15:52:13 +0200 | [diff] [blame] | 146 | check-qtest-i386-y += tests/boot-order-test$(EXESUF) |
Gabriel L. Somlo | 501f28c | 2014-05-27 15:03:14 -0400 | [diff] [blame] | 147 | check-qtest-i386-y += tests/bios-tables-test$(EXESUF) |
Stefan Weil | fba0c40 | 2012-05-15 18:19:45 +0200 | [diff] [blame] | 148 | check-qtest-i386-y += tests/rtc-test$(EXESUF) |
Anthony Liguori | 9bda413 | 2013-04-16 09:45:19 -0500 | [diff] [blame] | 149 | check-qtest-i386-y += tests/i440fx-test$(EXESUF) |
Anthony Liguori | bf2a38d | 2013-04-16 09:45:21 -0500 | [diff] [blame] | 150 | check-qtest-i386-y += tests/fw_cfg-test$(EXESUF) |
Markus Armbruster | e2f3f22 | 2014-10-02 16:51:31 +0200 | [diff] [blame] | 151 | check-qtest-i386-y += tests/drive_del-test$(EXESUF) |
Paolo Bonzini | f52b768 | 2014-07-15 14:57:06 +0200 | [diff] [blame] | 152 | check-qtest-i386-y += tests/wdt_ib700-test$(EXESUF) |
| 153 | gcov-files-i386-y += hw/watchdog/watchdog.c hw/watchdog/wdt_ib700.c |
Andreas Färber | a21baf7 | 2013-11-07 18:25:10 +0100 | [diff] [blame] | 154 | check-qtest-i386-y += $(check-qtest-pci-y) |
| 155 | gcov-files-i386-y += $(gcov-files-pci-y) |
Andreas Färber | 4a053e7 | 2013-11-07 18:37:34 +0100 | [diff] [blame] | 156 | check-qtest-i386-y += tests/vmxnet3-test$(EXESUF) |
| 157 | gcov-files-i386-y += hw/net/vmxnet3.c |
| 158 | gcov-files-i386-y += hw/net/vmxnet_rx_pkt.c |
| 159 | gcov-files-i386-y += hw/net/vmxnet_tx_pkt.c |
Andreas Färber | abc5373 | 2014-02-21 20:38:48 +0100 | [diff] [blame] | 160 | check-qtest-i386-y += tests/pvpanic-test$(EXESUF) |
| 161 | gcov-files-i386-y += i386-softmmu/hw/misc/pvpanic.c |
Andreas Färber | e683eb9 | 2014-02-21 22:43:43 +0100 | [diff] [blame] | 162 | check-qtest-i386-y += tests/i82801b11-test$(EXESUF) |
| 163 | gcov-files-i386-y += hw/pci-bridge/i82801b11.c |
Andreas Färber | efbf5df | 2014-03-30 20:02:00 +0200 | [diff] [blame] | 164 | check-qtest-i386-y += tests/ioh3420-test$(EXESUF) |
| 165 | gcov-files-i386-y += hw/pci-bridge/ioh3420.c |
Gonglei | 28edfce | 2014-06-23 19:53:51 +0800 | [diff] [blame] | 166 | check-qtest-i386-y += tests/usb-hcd-ohci-test$(EXESUF) |
| 167 | gcov-files-i386-y += hw/usb/hcd-ohci.c |
Gonglei | 44ced58 | 2014-06-23 19:53:52 +0800 | [diff] [blame] | 168 | check-qtest-i386-y += tests/usb-hcd-uhci-test$(EXESUF) |
| 169 | gcov-files-i386-y += hw/usb/hcd-uhci.c |
Andreas Färber | cc900d3 | 2014-03-30 20:25:38 +0200 | [diff] [blame] | 170 | check-qtest-i386-y += tests/usb-hcd-ehci-test$(EXESUF) |
| 171 | gcov-files-i386-y += hw/usb/hcd-ehci.c |
Gerd Hoffmann | d81d410 | 2014-05-07 16:39:11 +0200 | [diff] [blame] | 172 | gcov-files-i386-y += hw/usb/dev-hid.c |
| 173 | gcov-files-i386-y += hw/usb/dev-storage.c |
Gonglei | 25e89ec | 2014-06-23 19:53:53 +0800 | [diff] [blame] | 174 | check-qtest-i386-y += tests/usb-hcd-xhci-test$(EXESUF) |
| 175 | gcov-files-i386-y += hw/usb/hcd-xhci.c |
Andreas Färber | 7fe55c3 | 2015-03-13 17:21:11 +0100 | [diff] [blame^] | 176 | check-qtest-i386-y += tests/pc-cpu-test$(EXESUF) |
Peter Maydell | 82172b7 | 2014-07-15 18:30:41 +0100 | [diff] [blame] | 177 | check-qtest-i386-$(CONFIG_LINUX) += tests/vhost-user-test$(EXESUF) |
Anthony Liguori | d1aaf54 | 2012-03-28 15:42:07 +0200 | [diff] [blame] | 178 | check-qtest-x86_64-y = $(check-qtest-i386-y) |
Andreas Färber | 5ec889b | 2014-02-14 15:09:28 +0100 | [diff] [blame] | 179 | gcov-files-i386-y += i386-softmmu/hw/timer/mc146818rtc.c |
Andreas Färber | c5cd02b | 2013-01-26 12:45:14 +0100 | [diff] [blame] | 180 | gcov-files-x86_64-y = $(subst i386-softmmu/,x86_64-softmmu/,$(gcov-files-i386-y)) |
Paolo Bonzini | 8fefa31 | 2013-07-22 15:54:34 +0200 | [diff] [blame] | 181 | check-qtest-mips-y = tests/endianness-test$(EXESUF) |
| 182 | check-qtest-mips64-y = tests/endianness-test$(EXESUF) |
| 183 | check-qtest-mips64el-y = tests/endianness-test$(EXESUF) |
| 184 | check-qtest-ppc-y = tests/endianness-test$(EXESUF) |
| 185 | check-qtest-ppc64-y = tests/endianness-test$(EXESUF) |
| 186 | check-qtest-sh4-y = tests/endianness-test$(EXESUF) |
| 187 | check-qtest-sh4eb-y = tests/endianness-test$(EXESUF) |
| 188 | check-qtest-sparc64-y = tests/endianness-test$(EXESUF) |
Anthony Liguori | baeddde | 2013-01-29 15:42:45 -0600 | [diff] [blame] | 189 | #check-qtest-sparc-y = tests/m48t59-test$(EXESUF) |
Paolo Bonzini | 8fefa31 | 2013-07-22 15:54:34 +0200 | [diff] [blame] | 190 | #check-qtest-sparc64-y += tests/m48t59-test$(EXESUF) |
Andreas Färber | 5ec889b | 2014-02-14 15:09:28 +0100 | [diff] [blame] | 191 | gcov-files-sparc-y += hw/timer/m48t59.c |
| 192 | gcov-files-sparc64-y += hw/timer/m48t59.c |
Andreas Färber | 6e99890 | 2013-01-16 01:57:57 +0100 | [diff] [blame] | 193 | check-qtest-arm-y = tests/tmp105-test$(EXESUF) |
Andreas Färber | 5ec889b | 2014-02-14 15:09:28 +0100 | [diff] [blame] | 194 | gcov-files-arm-y += hw/misc/tmp105.c |
Marc Marí | 0a6ed70 | 2015-02-24 22:21:55 +0100 | [diff] [blame] | 195 | check-qtest-arm-y += tests/virtio-blk-test$(EXESUF) |
| 196 | gcov-files-arm-y += arm-softmmu/hw/block/virtio-blk.c |
Andreas Färber | 530a7e4 | 2013-06-26 15:52:16 +0200 | [diff] [blame] | 197 | check-qtest-ppc-y += tests/boot-order-test$(EXESUF) |
| 198 | check-qtest-ppc64-y += tests/boot-order-test$(EXESUF) |
Alexey Kardashevskiy | 04e9a20 | 2014-02-10 14:52:56 +1100 | [diff] [blame] | 199 | check-qtest-ppc64-y += tests/spapr-phb-test$(EXESUF) |
| 200 | gcov-files-ppc64-y += ppc64-softmmu/hw/ppc/spapr_pci.c |
Andreas Färber | 7c41f21 | 2013-07-29 05:44:47 +0200 | [diff] [blame] | 201 | check-qtest-microblazeel-y = $(check-qtest-microblaze-y) |
Andreas Färber | 7c41f21 | 2013-07-29 05:44:47 +0200 | [diff] [blame] | 202 | check-qtest-xtensaeb-y = $(check-qtest-xtensa-y) |
Anthony Liguori | d1aaf54 | 2012-03-28 15:42:07 +0200 | [diff] [blame] | 203 | |
Peter Maydell | 3687d53 | 2014-01-23 16:22:59 +0000 | [diff] [blame] | 204 | # qom-test works for all sysemu architectures: |
| 205 | $(foreach target,$(SYSEMU_TARGET_LIST), \ |
Michael Roth | 2b8419c | 2014-09-18 17:59:33 -0500 | [diff] [blame] | 206 | $(if $(findstring tests/qom-test$(EXESUF), $(check-qtest-$(target)-y)),, \ |
| 207 | $(eval check-qtest-$(target)-y += tests/qom-test$(EXESUF)))) |
Peter Maydell | 3687d53 | 2014-01-23 16:22:59 +0000 | [diff] [blame] | 208 | |
Markus Armbruster | 9862657 | 2013-07-27 17:41:53 +0200 | [diff] [blame] | 209 | check-qapi-schema-y := $(addprefix tests/qapi-schema/, \ |
Eric Blake | 04404c2 | 2014-09-26 09:20:31 -0600 | [diff] [blame] | 210 | comments.json empty.json funny-char.json indented-expr.json \ |
| 211 | missing-colon.json missing-comma-list.json \ |
| 212 | missing-comma-object.json non-objects.json \ |
| 213 | qapi-schema-test.json quoted-structural-chars.json \ |
| 214 | trailing-comma-list.json trailing-comma-object.json \ |
| 215 | unclosed-list.json unclosed-object.json unclosed-string.json \ |
| 216 | duplicate-key.json union-invalid-base.json flat-union-no-base.json \ |
| 217 | flat-union-invalid-discriminator.json \ |
| 218 | flat-union-invalid-branch-key.json flat-union-reverse-define.json \ |
| 219 | flat-union-string-discriminator.json \ |
| 220 | include-simple.json include-relpath.json include-format-err.json \ |
| 221 | include-non-file.json include-no-file.json include-before-err.json \ |
| 222 | include-nested-err.json include-self-cycle.json include-cycle.json \ |
| 223 | include-repetition.json event-nest-struct.json) |
Markus Armbruster | 9862657 | 2013-07-27 17:41:53 +0200 | [diff] [blame] | 224 | |
Wenchao Xia | f6dadb0 | 2014-06-18 08:43:29 +0200 | [diff] [blame] | 225 | GENERATED_HEADERS += tests/test-qapi-types.h tests/test-qapi-visit.h \ |
Eric Blake | 04404c2 | 2014-09-26 09:20:31 -0600 | [diff] [blame] | 226 | tests/test-qmp-commands.h tests/test-qapi-event.h |
Anthony Liguori | dbfe06c | 2012-01-10 13:10:43 -0600 | [diff] [blame] | 227 | |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 228 | test-obj-y = tests/check-qint.o tests/check-qstring.o tests/check-qdict.o \ |
| 229 | tests/check-qlist.o tests/check-qfloat.o tests/check-qjson.o \ |
| 230 | tests/test-coroutine.o tests/test-string-output-visitor.o \ |
| 231 | tests/test-string-input-visitor.o tests/test-qmp-output-visitor.o \ |
| 232 | tests/test-qmp-input-visitor.o tests/test-qmp-input-strict.o \ |
Eduardo Habkost | 247c9de | 2013-01-23 15:58:27 -0200 | [diff] [blame] | 233 | tests/test-qmp-commands.o tests/test-visitor-serialization.o \ |
Laszlo Ersek | 3953e3a | 2013-08-20 00:35:40 +0200 | [diff] [blame] | 234 | tests/test-x86-cpuid.o tests/test-mul64.o tests/test-int128.o \ |
Paolo Bonzini | 8fda74a | 2013-06-21 09:09:34 +0200 | [diff] [blame] | 235 | tests/test-opts-visitor.o tests/test-qmp-event.o \ |
Mike Day | 341774f | 2013-08-27 11:38:45 -0400 | [diff] [blame] | 236 | tests/rcutorture.o tests/test-rcu-list.o |
Anthony Liguori | dbfe06c | 2012-01-10 13:10:43 -0600 | [diff] [blame] | 237 | |
Wenchao Xia | f6dadb0 | 2014-06-18 08:43:29 +0200 | [diff] [blame] | 238 | test-qapi-obj-y = tests/test-qapi-visit.o tests/test-qapi-types.o \ |
Eric Blake | 04404c2 | 2014-09-26 09:20:31 -0600 | [diff] [blame] | 239 | tests/test-qapi-event.o |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 240 | |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 241 | $(test-obj-y): QEMU_INCLUDES += -Itests |
Anthony Liguori | c4efe1c | 2013-04-16 09:45:16 -0500 | [diff] [blame] | 242 | QEMU_CFLAGS += -I$(SRC_PATH)/tests |
Igor Mammedov | 14389db | 2013-12-20 22:14:40 +0100 | [diff] [blame] | 243 | qom-core-obj = qom/object.o qom/qom-qobject.o qom/container.o |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 244 | |
Paolo Bonzini | a372823 | 2012-12-20 16:10:26 +0100 | [diff] [blame] | 245 | tests/check-qint$(EXESUF): tests/check-qint.o libqemuutil.a |
| 246 | tests/check-qstring$(EXESUF): tests/check-qstring.o libqemuutil.a |
| 247 | tests/check-qdict$(EXESUF): tests/check-qdict.o libqemuutil.a |
| 248 | tests/check-qlist$(EXESUF): tests/check-qlist.o libqemuutil.a |
| 249 | tests/check-qfloat$(EXESUF): tests/check-qfloat.o libqemuutil.a |
| 250 | tests/check-qjson$(EXESUF): tests/check-qjson.o libqemuutil.a libqemustub.a |
Peter Crosthwaite | 3dbe85b | 2014-01-15 03:05:36 -0800 | [diff] [blame] | 251 | tests/check-qom-interface$(EXESUF): tests/check-qom-interface.o $(qom-core-obj) libqemuutil.a libqemustub.a |
Paolo Bonzini | f157ebb | 2012-12-20 16:09:36 +0100 | [diff] [blame] | 252 | tests/test-coroutine$(EXESUF): tests/test-coroutine.o $(block-obj-y) libqemuutil.a libqemustub.a |
| 253 | tests/test-aio$(EXESUF): tests/test-aio.o $(block-obj-y) libqemuutil.a libqemustub.a |
Stefan Hajnoczi | 2da61b6 | 2014-03-03 11:30:03 +0100 | [diff] [blame] | 254 | tests/test-rfifolock$(EXESUF): tests/test-rfifolock.o libqemuutil.a libqemustub.a |
Benoît Canet | f17cfe8 | 2013-09-02 14:14:38 +0200 | [diff] [blame] | 255 | tests/test-throttle$(EXESUF): tests/test-throttle.o $(block-obj-y) libqemuutil.a libqemustub.a |
Paolo Bonzini | f157ebb | 2012-12-20 16:09:36 +0100 | [diff] [blame] | 256 | tests/test-thread-pool$(EXESUF): tests/test-thread-pool.o $(block-obj-y) libqemuutil.a libqemustub.a |
| 257 | tests/test-iov$(EXESUF): tests/test-iov.o libqemuutil.a |
Paolo Bonzini | e7c033c | 2013-01-21 17:09:40 +0100 | [diff] [blame] | 258 | tests/test-hbitmap$(EXESUF): tests/test-hbitmap.o libqemuutil.a libqemustub.a |
Eduardo Habkost | 247c9de | 2013-01-23 15:58:27 -0200 | [diff] [blame] | 259 | tests/test-x86-cpuid$(EXESUF): tests/test-x86-cpuid.o |
Dr. David Alan Gilbert | 60fe637 | 2014-12-12 11:13:38 +0000 | [diff] [blame] | 260 | tests/test-xbzrle$(EXESUF): tests/test-xbzrle.o migration/xbzrle.o page_cache.o libqemuutil.a |
Eduardo Habkost | e3f9fe2 | 2013-02-04 16:27:45 -0200 | [diff] [blame] | 261 | tests/test-cutils$(EXESUF): tests/test-cutils.o util/cutils.o |
Paolo Bonzini | 6046c62 | 2013-06-20 16:19:32 +0200 | [diff] [blame] | 262 | tests/test-int128$(EXESUF): tests/test-int128.o |
Paolo Bonzini | a464982 | 2015-02-11 17:15:18 +0100 | [diff] [blame] | 263 | tests/rcutorture$(EXESUF): tests/rcutorture.o libqemuutil.a libqemustub.a |
Mike Day | 341774f | 2013-08-27 11:38:45 -0400 | [diff] [blame] | 264 | tests/test-rcu-list$(EXESUF): tests/test-rcu-list.o libqemuutil.a libqemustub.a |
Paolo Bonzini | 8fda74a | 2013-06-21 09:09:34 +0200 | [diff] [blame] | 265 | |
Eduardo Habkost | 747b0cb | 2013-07-10 17:08:40 -0300 | [diff] [blame] | 266 | tests/test-qdev-global-props$(EXESUF): tests/test-qdev-global-props.o \ |
Igor Mammedov | 5e95494 | 2014-02-05 16:36:52 +0100 | [diff] [blame] | 267 | hw/core/qdev.o hw/core/qdev-properties.o hw/core/hotplug.o\ |
Eduardo Habkost | 747b0cb | 2013-07-10 17:08:40 -0300 | [diff] [blame] | 268 | hw/core/irq.o \ |
Paolo Bonzini | 6b1566c | 2014-03-17 13:40:23 +1100 | [diff] [blame] | 269 | hw/core/fw-path-provider.o \ |
Igor Mammedov | 14389db | 2013-12-20 22:14:40 +0100 | [diff] [blame] | 270 | $(qom-core-obj) \ |
Eduardo Habkost | 747b0cb | 2013-07-10 17:08:40 -0300 | [diff] [blame] | 271 | $(test-qapi-obj-y) \ |
| 272 | libqemuutil.a libqemustub.a |
Eduardo Habkost | 2668b4b | 2013-11-28 12:01:18 -0200 | [diff] [blame] | 273 | tests/test-vmstate$(EXESUF): tests/test-vmstate.o \ |
Dr. David Alan Gilbert | 977184d | 2014-12-12 11:13:41 +0000 | [diff] [blame] | 274 | migration/vmstate.o migration/qemu-file.o migration/qemu-file-buf.o \ |
Alexander Graf | 8118f09 | 2015-01-22 15:01:39 +0100 | [diff] [blame] | 275 | migration/qemu-file-unix.o qjson.o \ |
| 276 | $(qom-core-obj) \ |
Dr. David Alan Gilbert | 9935bac | 2014-10-10 12:39:05 +0100 | [diff] [blame] | 277 | libqemuutil.a libqemustub.a |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 278 | |
| 279 | tests/test-qapi-types.c tests/test-qapi-types.h :\ |
Markus Armbruster | 4f193e3 | 2013-07-27 17:41:54 +0200 | [diff] [blame] | 280 | $(SRC_PATH)/tests/qapi-schema/qapi-schema-test.json $(SRC_PATH)/scripts/qapi-types.py |
Lluís Vilanova | 0a60774 | 2014-05-02 15:52:24 +0200 | [diff] [blame] | 281 | $(call quiet-command,$(PYTHON) $(SRC_PATH)/scripts/qapi-types.py \ |
Lluís Vilanova | 33aaad5 | 2014-05-02 15:52:35 +0200 | [diff] [blame] | 282 | $(gen-out-type) -o tests -p "test-" -i $<, \ |
Lluís Vilanova | 0a60774 | 2014-05-02 15:52:24 +0200 | [diff] [blame] | 283 | " GEN $@") |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 284 | tests/test-qapi-visit.c tests/test-qapi-visit.h :\ |
Markus Armbruster | 4f193e3 | 2013-07-27 17:41:54 +0200 | [diff] [blame] | 285 | $(SRC_PATH)/tests/qapi-schema/qapi-schema-test.json $(SRC_PATH)/scripts/qapi-visit.py |
Lluís Vilanova | 0a60774 | 2014-05-02 15:52:24 +0200 | [diff] [blame] | 286 | $(call quiet-command,$(PYTHON) $(SRC_PATH)/scripts/qapi-visit.py \ |
Lluís Vilanova | 33aaad5 | 2014-05-02 15:52:35 +0200 | [diff] [blame] | 287 | $(gen-out-type) -o tests -p "test-" -i $<, \ |
Lluís Vilanova | 0a60774 | 2014-05-02 15:52:24 +0200 | [diff] [blame] | 288 | " GEN $@") |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 289 | tests/test-qmp-commands.h tests/test-qmp-marshal.c :\ |
Markus Armbruster | 4f193e3 | 2013-07-27 17:41:54 +0200 | [diff] [blame] | 290 | $(SRC_PATH)/tests/qapi-schema/qapi-schema-test.json $(SRC_PATH)/scripts/qapi-commands.py |
Lluís Vilanova | 0a60774 | 2014-05-02 15:52:24 +0200 | [diff] [blame] | 291 | $(call quiet-command,$(PYTHON) $(SRC_PATH)/scripts/qapi-commands.py \ |
Lluís Vilanova | 33aaad5 | 2014-05-02 15:52:35 +0200 | [diff] [blame] | 292 | $(gen-out-type) -o tests -p "test-" -i $<, \ |
Lluís Vilanova | 0a60774 | 2014-05-02 15:52:24 +0200 | [diff] [blame] | 293 | " GEN $@") |
Wenchao Xia | f6dadb0 | 2014-06-18 08:43:29 +0200 | [diff] [blame] | 294 | tests/test-qapi-event.c tests/test-qapi-event.h :\ |
| 295 | $(SRC_PATH)/tests/qapi-schema/qapi-schema-test.json $(SRC_PATH)/scripts/qapi-event.py |
| 296 | $(call quiet-command,$(PYTHON) $(SRC_PATH)/scripts/qapi-event.py \ |
| 297 | $(gen-out-type) -o tests -p "test-" -i $<, \ |
| 298 | " GEN $@") |
Anthony Liguori | dbfe06c | 2012-01-10 13:10:43 -0600 | [diff] [blame] | 299 | |
Paolo Bonzini | 8a09070 | 2012-12-20 15:40:20 +0100 | [diff] [blame] | 300 | tests/test-string-output-visitor$(EXESUF): tests/test-string-output-visitor.o $(test-qapi-obj-y) libqemuutil.a libqemustub.a |
| 301 | tests/test-string-input-visitor$(EXESUF): tests/test-string-input-visitor.o $(test-qapi-obj-y) libqemuutil.a libqemustub.a |
Wenchao Xia | f6dadb0 | 2014-06-18 08:43:29 +0200 | [diff] [blame] | 302 | tests/test-qmp-event$(EXESUF): tests/test-qmp-event.o $(test-qapi-obj-y) libqemuutil.a libqemustub.a |
Paolo Bonzini | 8a09070 | 2012-12-20 15:40:20 +0100 | [diff] [blame] | 303 | tests/test-qmp-output-visitor$(EXESUF): tests/test-qmp-output-visitor.o $(test-qapi-obj-y) libqemuutil.a libqemustub.a |
| 304 | tests/test-qmp-input-visitor$(EXESUF): tests/test-qmp-input-visitor.o $(test-qapi-obj-y) libqemuutil.a libqemustub.a |
| 305 | tests/test-qmp-input-strict$(EXESUF): tests/test-qmp-input-strict.o $(test-qapi-obj-y) libqemuutil.a libqemustub.a |
Fam Zheng | 169a24a | 2014-08-07 10:34:41 +0800 | [diff] [blame] | 306 | tests/test-qmp-commands$(EXESUF): tests/test-qmp-commands.o tests/test-qmp-marshal.o $(test-qapi-obj-y) libqemuutil.a libqemustub.a |
Paolo Bonzini | 8a09070 | 2012-12-20 15:40:20 +0100 | [diff] [blame] | 307 | tests/test-visitor-serialization$(EXESUF): tests/test-visitor-serialization.o $(test-qapi-obj-y) libqemuutil.a libqemustub.a |
Laszlo Ersek | 3953e3a | 2013-08-20 00:35:40 +0200 | [diff] [blame] | 308 | tests/test-opts-visitor$(EXESUF): tests/test-opts-visitor.o $(test-qapi-obj-y) libqemuutil.a libqemustub.a |
Paolo Bonzini | 2d7799f | 2012-02-09 11:21:03 +0100 | [diff] [blame] | 309 | |
Richard Henderson | f4c0f98 | 2013-02-16 12:47:01 -0800 | [diff] [blame] | 310 | tests/test-mul64$(EXESUF): tests/test-mul64.o libqemuutil.a |
Peter Maydell | 3464700 | 2013-06-28 12:40:32 +0100 | [diff] [blame] | 311 | tests/test-bitops$(EXESUF): tests/test-bitops.o libqemuutil.a |
Richard Henderson | f4c0f98 | 2013-02-16 12:47:01 -0800 | [diff] [blame] | 312 | |
Marc Marí | 292be09 | 2014-10-23 10:12:42 +0200 | [diff] [blame] | 313 | libqos-obj-y = tests/libqos/pci.o tests/libqos/fw_cfg.o tests/libqos/malloc.o |
John Snow | 90e5add | 2015-01-19 15:15:55 -0500 | [diff] [blame] | 314 | libqos-obj-y += tests/libqos/i2c.o tests/libqos/libqos.o |
Markus Armbruster | 26491a3 | 2013-06-26 15:52:22 +0200 | [diff] [blame] | 315 | libqos-pc-obj-y = $(libqos-obj-y) tests/libqos/pci-pc.o |
John Snow | 90e5add | 2015-01-19 15:15:55 -0500 | [diff] [blame] | 316 | libqos-pc-obj-y += tests/libqos/malloc-pc.o tests/libqos/libqos-pc.o |
John Snow | 9a75b0a | 2015-01-19 15:16:03 -0500 | [diff] [blame] | 317 | libqos-pc-obj-y += tests/libqos/ahci.o |
Andreas Färber | cc9936a | 2013-05-02 15:56:26 +0200 | [diff] [blame] | 318 | libqos-omap-obj-y = $(libqos-obj-y) tests/libqos/i2c-omap.o |
Igor Mammedov | b0354ec | 2014-09-26 09:28:12 +0000 | [diff] [blame] | 319 | libqos-usb-obj-y = $(libqos-pc-obj-y) tests/libqos/usb.o |
Marc Marí | 0a6ed70 | 2015-02-24 22:21:55 +0100 | [diff] [blame] | 320 | libqos-virtio-obj-y = $(libqos-pc-obj-y) tests/libqos/virtio.o tests/libqos/virtio-pci.o tests/libqos/virtio-mmio.o tests/libqos/malloc-generic.o |
Anthony Liguori | c4efe1c | 2013-04-16 09:45:16 -0500 | [diff] [blame] | 321 | |
Paolo Bonzini | ff667e2 | 2012-12-21 09:45:20 +0100 | [diff] [blame] | 322 | tests/rtc-test$(EXESUF): tests/rtc-test.o |
| 323 | tests/m48t59-test$(EXESUF): tests/m48t59-test.o |
Paolo Bonzini | 8fefa31 | 2013-07-22 15:54:34 +0200 | [diff] [blame] | 324 | tests/endianness-test$(EXESUF): tests/endianness-test.o |
Alexey Kardashevskiy | 04e9a20 | 2014-02-10 14:52:56 +1100 | [diff] [blame] | 325 | tests/spapr-phb-test$(EXESUF): tests/spapr-phb-test.o $(libqos-obj-y) |
Paolo Bonzini | ff667e2 | 2012-12-21 09:45:20 +0100 | [diff] [blame] | 326 | tests/fdc-test$(EXESUF): tests/fdc-test.o |
Kevin Wolf | acbe480 | 2013-05-08 11:18:41 +0200 | [diff] [blame] | 327 | tests/ide-test$(EXESUF): tests/ide-test.o $(libqos-pc-obj-y) |
John Snow | 90e5add | 2015-01-19 15:15:55 -0500 | [diff] [blame] | 328 | tests/ahci-test$(EXESUF): tests/ahci-test.o $(libqos-pc-obj-y) |
Paolo Bonzini | ff667e2 | 2012-12-21 09:45:20 +0100 | [diff] [blame] | 329 | tests/hd-geo-test$(EXESUF): tests/hd-geo-test.o |
Andreas Färber | 530a7e4 | 2013-06-26 15:52:16 +0200 | [diff] [blame] | 330 | tests/boot-order-test$(EXESUF): tests/boot-order-test.o $(libqos-obj-y) |
Gabriel L. Somlo | 501f28c | 2014-05-27 15:03:14 -0400 | [diff] [blame] | 331 | tests/bios-tables-test$(EXESUF): tests/bios-tables-test.o $(libqos-obj-y) |
Andreas Färber | cc9936a | 2013-05-02 15:56:26 +0200 | [diff] [blame] | 332 | tests/tmp105-test$(EXESUF): tests/tmp105-test.o $(libqos-omap-obj-y) |
Anthony Liguori | 9bda413 | 2013-04-16 09:45:19 -0500 | [diff] [blame] | 333 | tests/i440fx-test$(EXESUF): tests/i440fx-test.o $(libqos-pc-obj-y) |
Anthony Liguori | bf2a38d | 2013-04-16 09:45:21 -0500 | [diff] [blame] | 334 | tests/fw_cfg-test$(EXESUF): tests/fw_cfg-test.o $(libqos-pc-obj-y) |
Andreas Färber | a21baf7 | 2013-11-07 18:25:10 +0100 | [diff] [blame] | 335 | tests/e1000-test$(EXESUF): tests/e1000-test.o |
Frediano Ziglio | 069bb58 | 2015-01-08 18:38:23 +0000 | [diff] [blame] | 336 | tests/rtl8139-test$(EXESUF): tests/rtl8139-test.o $(libqos-pc-obj-y) |
Andreas Färber | 85f68d5 | 2013-11-07 18:53:28 +0100 | [diff] [blame] | 337 | tests/pcnet-test$(EXESUF): tests/pcnet-test.o |
Andreas Färber | 92838a1 | 2013-11-07 19:18:46 +0100 | [diff] [blame] | 338 | tests/eepro100-test$(EXESUF): tests/eepro100-test.o |
Andreas Färber | 4a053e7 | 2013-11-07 18:37:34 +0100 | [diff] [blame] | 339 | tests/vmxnet3-test$(EXESUF): tests/vmxnet3-test.o |
Andreas Färber | 5297ea6 | 2014-02-09 04:01:37 +0100 | [diff] [blame] | 340 | tests/ne2000-test$(EXESUF): tests/ne2000-test.o |
Paolo Bonzini | f52b768 | 2014-07-15 14:57:06 +0200 | [diff] [blame] | 341 | tests/wdt_ib700-test$(EXESUF): tests/wdt_ib700-test.o |
Andreas Färber | 02063aa | 2014-02-09 04:39:47 +0100 | [diff] [blame] | 342 | tests/virtio-balloon-test$(EXESUF): tests/virtio-balloon-test.o |
Marc Marí | 311e666 | 2014-09-01 12:07:54 +0200 | [diff] [blame] | 343 | tests/virtio-blk-test$(EXESUF): tests/virtio-blk-test.o $(libqos-virtio-obj-y) |
Igor Mammedov | 9224709 | 2014-09-26 09:28:10 +0000 | [diff] [blame] | 344 | tests/virtio-net-test$(EXESUF): tests/virtio-net-test.o $(libqos-pc-obj-y) |
Igor Mammedov | d1f3fc2 | 2014-09-26 09:28:09 +0000 | [diff] [blame] | 345 | tests/virtio-rng-test$(EXESUF): tests/virtio-rng-test.o $(libqos-pc-obj-y) |
Andreas Färber | 26c9a01 | 2014-02-21 16:42:15 +0100 | [diff] [blame] | 346 | tests/virtio-scsi-test$(EXESUF): tests/virtio-scsi-test.o |
Andreas Färber | 2d888c0 | 2014-02-21 17:15:21 +0100 | [diff] [blame] | 347 | tests/virtio-9p-test$(EXESUF): tests/virtio-9p-test.o |
Andreas Färber | aa97405 | 2014-02-21 17:36:57 +0100 | [diff] [blame] | 348 | tests/virtio-serial-test$(EXESUF): tests/virtio-serial-test.o |
Andreas Färber | 6e8114a | 2014-02-21 17:49:12 +0100 | [diff] [blame] | 349 | tests/virtio-console-test$(EXESUF): tests/virtio-console-test.o |
Andreas Färber | 7649107 | 2014-02-09 03:48:44 +0100 | [diff] [blame] | 350 | tests/tpci200-test$(EXESUF): tests/tpci200-test.o |
Gerd Hoffmann | 0850fd5 | 2014-04-28 11:01:13 +0200 | [diff] [blame] | 351 | tests/display-vga-test$(EXESUF): tests/display-vga-test.o |
Andreas Färber | 3714682 | 2014-02-09 12:24:15 +0100 | [diff] [blame] | 352 | tests/ipoctal232-test$(EXESUF): tests/ipoctal232-test.o |
Andreas Färber | 7c41f21 | 2013-07-29 05:44:47 +0200 | [diff] [blame] | 353 | tests/qom-test$(EXESUF): tests/qom-test.o |
Markus Armbruster | e2f3f22 | 2014-10-02 16:51:31 +0200 | [diff] [blame] | 354 | tests/drive_del-test$(EXESUF): tests/drive_del-test.o $(libqos-pc-obj-y) |
Stefan Hajnoczi | 43cd209 | 2013-10-30 14:54:35 +0100 | [diff] [blame] | 355 | tests/qdev-monitor-test$(EXESUF): tests/qdev-monitor-test.o $(libqos-pc-obj-y) |
Andreas Färber | fc96779 | 2014-02-21 22:19:43 +0100 | [diff] [blame] | 356 | tests/nvme-test$(EXESUF): tests/nvme-test.o |
Andreas Färber | abc5373 | 2014-02-21 20:38:48 +0100 | [diff] [blame] | 357 | tests/pvpanic-test$(EXESUF): tests/pvpanic-test.o |
Andreas Färber | e683eb9 | 2014-02-21 22:43:43 +0100 | [diff] [blame] | 358 | tests/i82801b11-test$(EXESUF): tests/i82801b11-test.o |
Andreas Färber | d7b50c0 | 2014-03-30 19:00:05 +0200 | [diff] [blame] | 359 | tests/ac97-test$(EXESUF): tests/ac97-test.o |
Andreas Färber | 8fa74c9 | 2014-03-30 19:05:20 +0200 | [diff] [blame] | 360 | tests/es1370-test$(EXESUF): tests/es1370-test.o |
Andreas Färber | fbaf445 | 2014-03-30 19:22:48 +0200 | [diff] [blame] | 361 | tests/intel-hda-test$(EXESUF): tests/intel-hda-test.o |
Andreas Färber | efbf5df | 2014-03-30 20:02:00 +0200 | [diff] [blame] | 362 | tests/ioh3420-test$(EXESUF): tests/ioh3420-test.o |
Igor Mammedov | b393768 | 2014-09-26 09:28:14 +0000 | [diff] [blame] | 363 | tests/usb-hcd-ohci-test$(EXESUF): tests/usb-hcd-ohci-test.o $(libqos-usb-obj-y) |
Igor Mammedov | fbd942c | 2014-09-26 09:28:13 +0000 | [diff] [blame] | 364 | tests/usb-hcd-uhci-test$(EXESUF): tests/usb-hcd-uhci-test.o $(libqos-usb-obj-y) |
Igor Mammedov | b0354ec | 2014-09-26 09:28:12 +0000 | [diff] [blame] | 365 | tests/usb-hcd-ehci-test$(EXESUF): tests/usb-hcd-ehci-test.o $(libqos-usb-obj-y) |
Igor Mammedov | b393768 | 2014-09-26 09:28:14 +0000 | [diff] [blame] | 366 | tests/usb-hcd-xhci-test$(EXESUF): tests/usb-hcd-xhci-test.o $(libqos-usb-obj-y) |
Andreas Färber | 7fe55c3 | 2015-03-13 17:21:11 +0100 | [diff] [blame^] | 367 | tests/pc-cpu-test$(EXESUF): tests/pc-cpu-test.o |
Nikolay Nikolaev | e06cbc3 | 2014-06-19 20:35:42 +0300 | [diff] [blame] | 368 | tests/vhost-user-test$(EXESUF): tests/vhost-user-test.o qemu-char.o qemu-timer.o $(qtest-obj-y) |
Wenchao Xia | f93296e | 2013-09-06 11:24:32 +0800 | [diff] [blame] | 369 | tests/qemu-iotests/socket_scm_helper$(EXESUF): tests/qemu-iotests/socket_scm_helper.o |
Leandro Dorileo | 4ba6fab | 2014-05-19 18:53:55 -0300 | [diff] [blame] | 370 | tests/test-qemu-opts$(EXESUF): tests/test-qemu-opts.o libqemuutil.a libqemustub.a |
Francesco Romani | e246211 | 2015-01-12 14:11:13 +0100 | [diff] [blame] | 371 | tests/test-write-threshold$(EXESUF): tests/test-write-threshold.o $(block-obj-y) libqemuutil.a libqemustub.a |
Blue Swirl | d2a16f7 | 2012-03-30 17:39:33 +0000 | [diff] [blame] | 372 | |
Nikolay Nikolaev | e06cbc3 | 2014-06-19 20:35:42 +0300 | [diff] [blame] | 373 | ifeq ($(CONFIG_POSIX),y) |
| 374 | LIBS += -lutil |
| 375 | endif |
Nikolay Nikolaev | a77e6b1 | 2014-06-10 13:03:23 +0300 | [diff] [blame] | 376 | |
Anthony Liguori | 49ee359 | 2012-03-28 15:42:05 +0200 | [diff] [blame] | 377 | # QTest rules |
| 378 | |
| 379 | TARGETS=$(patsubst %-softmmu,%, $(filter %-softmmu,$(TARGET_DIRS))) |
Stefan Hajnoczi | 5c4e24c | 2014-03-28 10:55:54 +0100 | [diff] [blame] | 380 | ifeq ($(CONFIG_POSIX),y) |
Anthony Liguori | 49ee359 | 2012-03-28 15:42:05 +0200 | [diff] [blame] | 381 | QTEST_TARGETS=$(foreach TARGET,$(TARGETS), $(if $(check-qtest-$(TARGET)-y), $(TARGET),)) |
Stefan Hajnoczi | 5c4e24c | 2014-03-28 10:55:54 +0100 | [diff] [blame] | 382 | check-qtest-y=$(foreach TARGET,$(TARGETS), $(check-qtest-$(TARGET)-y)) |
| 383 | endif |
Anthony Liguori | 49ee359 | 2012-03-28 15:42:05 +0200 | [diff] [blame] | 384 | |
Paolo Bonzini | 8a09070 | 2012-12-20 15:40:20 +0100 | [diff] [blame] | 385 | qtest-obj-y = tests/libqtest.o libqemuutil.a libqemustub.a |
Anthony Liguori | 49ee359 | 2012-03-28 15:42:05 +0200 | [diff] [blame] | 386 | $(check-qtest-y): $(qtest-obj-y) |
| 387 | |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 388 | .PHONY: check-help |
| 389 | check-help: |
| 390 | @echo "Regression testing targets:" |
| 391 | @echo |
| 392 | @echo " make check Run all tests" |
Anthony Liguori | 49ee359 | 2012-03-28 15:42:05 +0200 | [diff] [blame] | 393 | @echo " make check-qtest-TARGET Run qtest tests for given target" |
| 394 | @echo " make check-qtest Run qtest tests" |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 395 | @echo " make check-unit Run qobject tests" |
Markus Armbruster | 9862657 | 2013-07-27 17:41:53 +0200 | [diff] [blame] | 396 | @echo " make check-qapi-schema Run QAPI schema tests" |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 397 | @echo " make check-block Run block tests" |
| 398 | @echo " make check-report.html Generates an HTML test report" |
Wenchao Xia | 2cdfb12 | 2013-09-26 08:42:56 +0800 | [diff] [blame] | 399 | @echo " make check-clean Clean the tests" |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 400 | @echo |
| 401 | @echo "Please note that HTML reports do not regenerate if the unit tests" |
| 402 | @echo "has not changed." |
| 403 | @echo |
| 404 | @echo "The variable SPEED can be set to control the gtester speed setting." |
| 405 | @echo "Default options are -k and (for make V=1) --verbose; they can be" |
| 406 | @echo "changed with variable GTESTER_OPTIONS." |
Paolo Bonzini | 2d7799f | 2012-02-09 11:21:03 +0100 | [diff] [blame] | 407 | |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 408 | SPEED = quick |
| 409 | GTESTER_OPTIONS = -k $(if $(V),--verbose,-q) |
Blue Swirl | 1d728c3 | 2012-05-01 18:45:39 +0000 | [diff] [blame] | 410 | GCOV_OPTIONS = -n $(if $(V),-f,) |
Anthony Liguori | dbfe06c | 2012-01-10 13:10:43 -0600 | [diff] [blame] | 411 | |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 412 | # gtester tests, possibly with verbose output |
Anthony Liguori | dbfe06c | 2012-01-10 13:10:43 -0600 | [diff] [blame] | 413 | |
Anthony Liguori | 49ee359 | 2012-03-28 15:42:05 +0200 | [diff] [blame] | 414 | .PHONY: $(patsubst %, check-qtest-%, $(QTEST_TARGETS)) |
| 415 | $(patsubst %, check-qtest-%, $(QTEST_TARGETS)): check-qtest-%: $(check-qtest-y) |
Blue Swirl | 1d728c3 | 2012-05-01 18:45:39 +0000 | [diff] [blame] | 416 | $(if $(CONFIG_GCOV),@rm -f *.gcda */*.gcda */*/*.gcda */*/*/*.gcda,) |
Anthony Liguori | 49ee359 | 2012-03-28 15:42:05 +0200 | [diff] [blame] | 417 | $(call quiet-command,QTEST_QEMU_BINARY=$*-softmmu/qemu-system-$* \ |
Stefan Hajnoczi | 0412960 | 2013-05-27 15:28:51 +0200 | [diff] [blame] | 418 | MALLOC_PERTURB_=$${MALLOC_PERTURB_:-$$((RANDOM % 255 + 1))} \ |
Anthony Liguori | 49ee359 | 2012-03-28 15:42:05 +0200 | [diff] [blame] | 419 | gtester $(GTESTER_OPTIONS) -m=$(SPEED) $(check-qtest-$*-y),"GTESTER $@") |
Blue Swirl | 1d728c3 | 2012-05-01 18:45:39 +0000 | [diff] [blame] | 420 | $(if $(CONFIG_GCOV),@for f in $(gcov-files-$*-y); do \ |
| 421 | echo Gcov report for $$f:;\ |
| 422 | $(GCOV) $(GCOV_OPTIONS) $$f -o `dirname $$f`; \ |
| 423 | done,) |
Anthony Liguori | 49ee359 | 2012-03-28 15:42:05 +0200 | [diff] [blame] | 424 | |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 425 | .PHONY: $(patsubst %, check-%, $(check-unit-y)) |
| 426 | $(patsubst %, check-%, $(check-unit-y)): check-%: % |
Blue Swirl | 1d728c3 | 2012-05-01 18:45:39 +0000 | [diff] [blame] | 427 | $(if $(CONFIG_GCOV),@rm -f *.gcda */*.gcda */*/*.gcda */*/*/*.gcda,) |
Stefan Hajnoczi | 0412960 | 2013-05-27 15:28:51 +0200 | [diff] [blame] | 428 | $(call quiet-command, \ |
| 429 | MALLOC_PERTURB_=$${MALLOC_PERTURB_:-$$((RANDOM % 255 + 1))} \ |
| 430 | gtester $(GTESTER_OPTIONS) -m=$(SPEED) $*,"GTESTER $*") |
Blue Swirl | 1d728c3 | 2012-05-01 18:45:39 +0000 | [diff] [blame] | 431 | $(if $(CONFIG_GCOV),@for f in $(gcov-files-$(subst tests/,,$*)-y); do \ |
| 432 | echo Gcov report for $$f:;\ |
| 433 | $(GCOV) $(GCOV_OPTIONS) $$f -o `dirname $$f`; \ |
| 434 | done,) |
Anthony Liguori | dbfe06c | 2012-01-10 13:10:43 -0600 | [diff] [blame] | 435 | |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 436 | # gtester tests with XML output |
| 437 | |
Anthony Liguori | 49ee359 | 2012-03-28 15:42:05 +0200 | [diff] [blame] | 438 | $(patsubst %, check-report-qtest-%.xml, $(QTEST_TARGETS)): check-report-qtest-%.xml: $(check-qtest-y) |
| 439 | $(call quiet-command,QTEST_QEMU_BINARY=$*-softmmu/qemu-system-$* \ |
| 440 | gtester -q $(GTESTER_OPTIONS) -o $@ -m=$(SPEED) $(check-qtest-$*-y),"GTESTER $@") |
| 441 | |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 442 | check-report-unit.xml: $(check-unit-y) |
| 443 | $(call quiet-command,gtester -q $(GTESTER_OPTIONS) -o $@ -m=$(SPEED) $^, "GTESTER $@") |
| 444 | |
| 445 | # Reports and overall runs |
| 446 | |
Anthony Liguori | 49ee359 | 2012-03-28 15:42:05 +0200 | [diff] [blame] | 447 | check-report.xml: $(patsubst %,check-report-qtest-%.xml, $(QTEST_TARGETS)) check-report-unit.xml |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 448 | $(call quiet-command,$(SRC_PATH)/scripts/gtester-cat $^ > $@, " GEN $@") |
| 449 | |
| 450 | check-report.html: check-report.xml |
| 451 | $(call quiet-command,gtester-report $< > $@, " GEN $@") |
Kevin Wolf | 8959449 | 2012-03-08 12:29:00 +0100 | [diff] [blame] | 452 | |
Kevin Wolf | b8c6f29 | 2012-03-09 13:37:40 +0100 | [diff] [blame] | 453 | |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 454 | # Other tests |
Kevin Wolf | b8c6f29 | 2012-03-09 13:37:40 +0100 | [diff] [blame] | 455 | |
Wenchao Xia | 22ee5a5 | 2013-09-26 08:42:55 +0800 | [diff] [blame] | 456 | QEMU_IOTESTS_HELPERS-$(CONFIG_LINUX) = tests/qemu-iotests/socket_scm_helper$(EXESUF) |
| 457 | |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 458 | .PHONY: check-tests/qemu-iotests-quick.sh |
Wenchao Xia | 22ee5a5 | 2013-09-26 08:42:55 +0800 | [diff] [blame] | 459 | check-tests/qemu-iotests-quick.sh: tests/qemu-iotests-quick.sh qemu-img$(EXESUF) qemu-io$(EXESUF) $(QEMU_IOTESTS_HELPERS-y) |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 460 | $< |
Kevin Wolf | b8c6f29 | 2012-03-09 13:37:40 +0100 | [diff] [blame] | 461 | |
Markus Armbruster | 9862657 | 2013-07-27 17:41:53 +0200 | [diff] [blame] | 462 | .PHONY: check-tests/test-qapi.py |
| 463 | check-tests/test-qapi.py: tests/test-qapi.py |
| 464 | |
| 465 | .PHONY: $(patsubst %, check-%, $(check-qapi-schema-y)) |
| 466 | $(patsubst %, check-%, $(check-qapi-schema-y)): check-%.json: $(SRC_PATH)/%.json |
Lluís Vilanova | 0a60774 | 2014-05-02 15:52:24 +0200 | [diff] [blame] | 467 | $(call quiet-command, PYTHONPATH=$(SRC_PATH)/scripts \ |
| 468 | $(PYTHON) $(SRC_PATH)/tests/qapi-schema/test-qapi.py \ |
Lluís Vilanova | 33aaad5 | 2014-05-02 15:52:35 +0200 | [diff] [blame] | 469 | $^ >$*.test.out 2>$*.test.err; \ |
Lluís Vilanova | 0a60774 | 2014-05-02 15:52:24 +0200 | [diff] [blame] | 470 | echo $$? >$*.test.exit, \ |
| 471 | " TEST $*.out") |
Markus Armbruster | d8039e5 | 2013-09-24 09:43:39 +0200 | [diff] [blame] | 472 | @diff -q $(SRC_PATH)/$*.out $*.test.out |
Lluís Vilanova | 33aaad5 | 2014-05-02 15:52:35 +0200 | [diff] [blame] | 473 | @# Sanitize error messages (make them independent of build directory) |
| 474 | @perl -p -e 's|\Q$(SRC_PATH)\E/||g' $*.test.err | diff -q $(SRC_PATH)/$*.err - |
Markus Armbruster | d8039e5 | 2013-09-24 09:43:39 +0200 | [diff] [blame] | 475 | @diff -q $(SRC_PATH)/$*.exit $*.test.exit |
Markus Armbruster | 9862657 | 2013-07-27 17:41:53 +0200 | [diff] [blame] | 476 | |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 477 | # Consolidated targets |
| 478 | |
Wenchao Xia | 2cdfb12 | 2013-09-26 08:42:56 +0800 | [diff] [blame] | 479 | .PHONY: check-qapi-schema check-qtest check-unit check check-clean |
Markus Armbruster | 9862657 | 2013-07-27 17:41:53 +0200 | [diff] [blame] | 480 | check-qapi-schema: $(patsubst %,check-%, $(check-qapi-schema-y)) |
Anthony Liguori | 49ee359 | 2012-03-28 15:42:05 +0200 | [diff] [blame] | 481 | check-qtest: $(patsubst %,check-qtest-%, $(QTEST_TARGETS)) |
Paolo Bonzini | b93b63f | 2012-03-28 15:42:01 +0200 | [diff] [blame] | 482 | check-unit: $(patsubst %,check-%, $(check-unit-y)) |
| 483 | check-block: $(patsubst %,check-%, $(check-block-y)) |
Markus Armbruster | 9862657 | 2013-07-27 17:41:53 +0200 | [diff] [blame] | 484 | check: check-qapi-schema check-unit check-qtest |
Wenchao Xia | 2cdfb12 | 2013-09-26 08:42:56 +0800 | [diff] [blame] | 485 | check-clean: |
| 486 | $(MAKE) -C tests/tcg clean |
Andreas Färber | f85e345 | 2014-04-07 18:33:22 +0200 | [diff] [blame] | 487 | rm -rf $(check-unit-y) tests/*.o $(QEMU_IOTESTS_HELPERS-y) |
| 488 | rm -rf $(sort $(foreach target,$(SYSEMU_TARGET_LIST), $(check-qtest-$(target)-y))) |
Wenchao Xia | 2cdfb12 | 2013-09-26 08:42:56 +0800 | [diff] [blame] | 489 | |
| 490 | clean: check-clean |
Eduardo Habkost | 14117c7 | 2012-07-18 14:22:27 -0300 | [diff] [blame] | 491 | |
Wenchao Xia | 22ee5a5 | 2013-09-26 08:42:55 +0800 | [diff] [blame] | 492 | # Build the help program automatically |
| 493 | |
| 494 | all: $(QEMU_IOTESTS_HELPERS-y) |
| 495 | |
Eduardo Habkost | 14117c7 | 2012-07-18 14:22:27 -0300 | [diff] [blame] | 496 | -include $(wildcard tests/*.d) |
Anthony Liguori | db2b550 | 2013-06-26 15:52:14 +0200 | [diff] [blame] | 497 | -include $(wildcard tests/libqos/*.d) |