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 31d124ee44..b3e707e8c3 100644 > --- a/tests/Makefile.include > +++ b/tests/Makefile.include > @@ -222,8 +222,8 @@ check-qtest-pci-$(CONFIG_EEPRO100_PCI) += > tests/eepro100-test$(EXESUF) > gcov-files-pci-$(CONFIG_EEPRO100_PCI) += hw/net/eepro100.c > check-qtest-pci-$(CONFIG_NE2000_PCI) += tests/ne2000-test$(EXESUF) > gcov-files-pci-$(CONFIG_NE2000_PCI) += hw/net/ne2000.c > -check-qtest-pci-y += tests/nvme-test$(EXESUF) > -gcov-files-pci-y += hw/block/nvme.c > +check-qtest-pci-$(CONFIG_NVME_PCI) += tests/nvme-test$(EXESUF) > +gcov-files-pci-$(CONFIG_NVME_PCI) += hw/block/nvme.c > check-qtest-pci-$(CONFIG_AC97) += tests/ac97-test$(EXESUF) > gcov-files-pci-$(CONFIG_AC97) += hw/audio/ac97.c > check-qtest-pci-$(CONFIG_ES1370) += tests/es1370-test$(EXESUF)
Reviewed-by: Thomas Huth <th...@redhat.com>