From: Philippe Mathieu-Daudé Date: Tue, 29 Jan 2019 08:38:07 +0000 (+0100) Subject: tests/test-qga: Reenable guest-agent qtest X-Git-Tag: v4.0.0-rc0~70^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9d2e3f11c69d076e0703619809342e036eefb4b;p=thirdparty%2Fqemu.git tests/test-qga: Reenable guest-agent qtest Due to a misuse of rules.mak logical functions, commit f386df17448 disabled the guest-agent test. Enable it back. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Thomas Huth Reviewed-by: Laurent Vivier Signed-off-by: Thomas Huth --- diff --git a/tests/Makefile.include b/tests/Makefile.include index 370de599745..4154da21fad 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -112,7 +112,7 @@ check-unit-y += tests/test-crypto-secret$(EXESUF) check-unit-$(CONFIG_GNUTLS) += tests/test-crypto-tlscredsx509$(EXESUF) check-unit-$(CONFIG_GNUTLS) += tests/test-crypto-tlssession$(EXESUF) ifneq (,$(findstring qemu-ga,$(TOOLS))) -check-unit-$(land,$(CONFIG_LINUX),$(CONFIG_VIRTIO_SERIAL)) += tests/test-qga$(EXESUF) +check-unit-$(call land,$(CONFIG_LINUX),$(CONFIG_VIRTIO_SERIAL)) += tests/test-qga$(EXESUF) endif check-unit-y += tests/test-timed-average$(EXESUF) check-unit-$(CONFIG_INOTIFY1) += tests/test-util-filemonitor$(EXESUF)