summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Ã…dahl <jadahl@gmail.com>2022-01-25 17:04:07 +0100
committerMarge Bot <marge-bot@gnome.org>2022-03-28 16:17:21 +0000
commitbc2d5861b0f3784ab21bbba07e4d70fe05bf9987 (patch)
treeb3d51151f2ee68e5aa4891c06fcdb8b6c4e4deec
parent189068d465b635be897429a28cb517ddda047619 (diff)
downloadmutter-bc2d5861b0f3784ab21bbba07e4d70fe05bf9987.tar.gz
build: Include KVM test enablement in summary
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2152>
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 6ef7bde92..a10232bbb 100644
--- a/meson.build
+++ b/meson.build
@@ -626,5 +626,6 @@ summary('Enabled', have_tests, section: 'Tests')
summary('Core tests', have_core_tests, section: 'Tests')
summary('Cogl tests', have_cogl_tests, section: 'Tests')
summary('Clutter tests', have_clutter_tests, section: 'Tests')
+summary('KVM tests', get_option('kvm_tests'), section: 'Tests')
summary('Installed tests', have_installed_tests, section: 'Tests')
summary('Coverage', get_option('b_coverage'), section: 'Tests')