OSDN Git Service

meson: test for CONFIG_TCG in config_all
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 30 Aug 2023 09:53:47 +0000 (11:53 +0200)
committerThomas Huth <thuth@redhat.com>
Thu, 31 Aug 2023 17:10:02 +0000 (19:10 +0200)
commit03b8a71e8459c9dfdafdb6fde673827eb17a89a2
tree3413adae680c2b427a1a1b97b6fd8a064ffa2da3
parentc01196bdddc280ae3710912e98e78f3103155eaf
meson: test for CONFIG_TCG in config_all

CONFIG_TCG is not included in *-config-devices.h, so the test is
always failing.

Fixes: 74884cb1a6d ("qtest/meson.build: check CONFIG_TCG for boot-serial-test in qtests_ppc", 2022-03-14)
Fixes: 44d827ea69e ("qtest/meson.build: check CONFIG_TCG for prom-env-test in qtests_ppc", 2022-03-14)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20230830095347.132485-1-pbonzini@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/meson.build