On 17.07.2018 13:33, Juan Quintela wrote: > Signed-off-by: Juan Quintela <quint...@redhat.com> > --- > tests/Makefile.include | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tests/Makefile.include b/tests/Makefile.include > index af395b5f22..691f853ab6 100644 > --- a/tests/Makefile.include > +++ b/tests/Makefile.include > @@ -241,8 +241,8 @@ gcov-files-pci-y += hw/display/vga-pci.c > gcov-files-pci-y += hw/display/virtio-gpu.c > gcov-files-pci-y += hw/display/virtio-gpu-pci.c > gcov-files-pci-$(CONFIG_VIRTIO_VGA) += hw/display/virtio-vga.c > -check-qtest-pci-y += tests/intel-hda-test$(EXESUF) > -gcov-files-pci-y += hw/audio/intel-hda.c hw/audio/hda-codec.c > +check-qtest-pci-$(CONFIG_HDA) += tests/intel-hda-test$(EXESUF) > +gcov-files-pci-$(CONFIG_HDA) += hw/audio/intel-hda.c hw/audio/hda-codec.c > check-qtest-pci-$(CONFIG_IVSHMEM) += tests/ivshmem-test$(EXESUF) > gcov-files-pci-y += hw/misc/ivshmem.c > check-qtest-pci-y += tests/megasas-test$(EXESUF) >
Reviewed-by: Thomas Huth <th...@redhat.com>