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 a56d423303..3b555660bd 100644 > --- a/tests/Makefile.include > +++ b/tests/Makefile.include > @@ -278,8 +278,8 @@ check-qtest-i386-y += tests/pvpanic-test$(EXESUF) > gcov-files-i386-y += i386-softmmu/hw/misc/pvpanic.c > check-qtest-i386-y += tests/i82801b11-test$(EXESUF) > gcov-files-i386-y += hw/pci-bridge/i82801b11.c > -check-qtest-i386-y += tests/ioh3420-test$(EXESUF) > -gcov-files-i386-y += hw/pci-bridge/ioh3420.c > +check-qtest-i386-$(CONFIG_IOH3420) += tests/ioh3420-test$(EXESUF) > +gcov-files-i386-$(CONFIG_IOH3420) += hw/pci-bridge/ioh3420.c > check-qtest-i386-y += tests/usb-hcd-ohci-test$(EXESUF) > gcov-files-i386-y += hw/usb/hcd-ohci.c > check-qtest-i386-y += tests/usb-hcd-uhci-test$(EXESUF)
Reviewed-by: Thomas Huth <th...@redhat.com>