aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-10-04 17:35:16 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-08-21 06:30:07 -0400
commitbf0e56a3ca7b6ede730ec754a95aee7f95815735 (patch)
treea4ed01ce0197d11152eed4cbaf20441a37ca7102 /meson.build
parentda6d48b969b9fe8f842434375a817db02d158973 (diff)
downloadqemu-bf0e56a3ca7b6ede730ec754a95aee7f95815735.zip
qemu-bf0e56a3ca7b6ede730ec754a95aee7f95815735.tar.gz
qemu-bf0e56a3ca7b6ede730ec754a95aee7f95815735.tar.bz2
meson: use coverage option
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index c47cd74..1a56ac8 100644
--- a/meson.build
+++ b/meson.build
@@ -207,7 +207,7 @@ summary_info += {'debug stack usage': config_host.has_key('CONFIG_DEBUG_STACK_US
summary_info += {'mutex debugging': config_host.has_key('CONFIG_DEBUG_MUTEX')}
summary_info += {'crypto afalg': config_host.has_key('CONFIG_AF_ALG')}
summary_info += {'GlusterFS support': config_host.has_key('CONFIG_GLUSTERFS')}
-summary_info += {'gcov': config_host.has_key('CONFIG_GCOV')}
+summary_info += {'gcov': get_option('b_coverage')}
summary_info += {'TPM support': config_host.has_key('CONFIG_TPM')}
summary_info += {'libssh support': config_host.has_key('CONFIG_LIBSSH')}
summary_info += {'QOM debugging': config_host.has_key('CONFIG_QOM_CAST_DEBUG')}