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')