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 868a41986b..f635517a68 100644 > --- a/tests/Makefile.include > +++ b/tests/Makefile.include > @@ -265,9 +265,9 @@ check-qtest-i386-y += tests/ipmi-bt-test$(EXESUF) > check-qtest-i386-y += tests/i440fx-test$(EXESUF) > check-qtest-i386-y += tests/fw_cfg-test$(EXESUF) > check-qtest-i386-y += tests/drive_del-test$(EXESUF) > -check-qtest-i386-y += tests/wdt_ib700-test$(EXESUF) > +check-qtest-i386-$(CONFIG_WDT_IB700) += tests/wdt_ib700-test$(EXESUF) > check-qtest-i386-y += tests/tco-test$(EXESUF) > -gcov-files-i386-y += hw/watchdog/watchdog.c hw/watchdog/wdt_ib700.c > +gcov-files-i386-$(CONFIG_WDT_IB700) += hw/watchdog/watchdog.c > hw/watchdog/wdt_ib700.c > check-qtest-i386-y += $(check-qtest-pci-y) > gcov-files-i386-y += $(gcov-files-pci-y) > check-qtest-i386-$(CONFIG_VMXNET3_PCI) += tests/vmxnet3-test$(EXESUF)
In case you respin: Move the two ib700 lines next to each other again while you're at it? Reviewed-by: Thomas Huth <th...@redhat.com>