]> Git Repo - qemu.git/commitdiff
check: Only test wdt_ib700 when it is compiled in
authorJuan Quintela <[email protected]>
Tue, 10 Jul 2018 17:18:14 +0000 (19:18 +0200)
committerJuan Quintela <[email protected]>
Tue, 21 Aug 2018 17:52:16 +0000 (19:52 +0200)
Signed-off-by: Juan Quintela <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
tests/Makefile.include

index 9fcd4ce24b68fb1a4a74f4f9e162d7ad2b131a6a..da153ac566e8b79f36d2281f2d7dfc29278235c0 100644 (file)
@@ -267,9 +267,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)
+gcov-files-i386-$(CONFIG_WDT_IB700) += hw/watchdog/watchdog.c hw/watchdog/wdt_ib700.c
 check-qtest-i386-y += tests/tco-test$(EXESUF)
-gcov-files-i386-y += 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)
This page took 0.026202 seconds and 4 git commands to generate.