summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJuan Quintela2018-08-13 13:01:42 +0200
committerJuan Quintela2018-08-27 11:27:07 +0200
commitdff1ba07a0c4340cb5ec5f3c8757558ff2303166 (patch)
treea849e09187dde446f251e7606279352a74f0862f /tests
parentcheck: Only test ivshm when it is compiled in (diff)
downloadqemu-dff1ba07a0c4340cb5ec5f3c8757558ff2303166.tar.gz
qemu-dff1ba07a0c4340cb5ec5f3c8757558ff2303166.tar.xz
qemu-dff1ba07a0c4340cb5ec5f3c8757558ff2303166.zip
check: Only test boot-serial when sga is compiled in
This is only for x86* architecture. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 9edfdbe56f..d0c0a92e67 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -265,7 +265,7 @@ check-qtest-i386-y += tests/hd-geo-test$(EXESUF)
gcov-files-i386-y += hw/block/hd-geometry.c
check-qtest-i386-y += tests/boot-order-test$(EXESUF)
check-qtest-i386-y += tests/bios-tables-test$(EXESUF)
-check-qtest-i386-y += tests/boot-serial-test$(EXESUF)
+check-qtest-i386-$(CONFIG_SGA) += tests/boot-serial-test$(EXESUF)
check-qtest-i386-$(CONFIG_SLIRP) += tests/pxe-test$(EXESUF)
check-qtest-i386-y += tests/rtc-test$(EXESUF)
check-qtest-i386-y += tests/ipmi-kcs-test$(EXESUF)