[mutter] build: Include KVM test enablement in summary



commit bc2d5861b0f3784ab21bbba07e4d70fe05bf9987
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Tue Jan 25 17:04:07 2022 +0100

    build: Include KVM test enablement in summary
    
    Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2152>

 meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/meson.build b/meson.build
index 6ef7bde92e..a10232bbb7 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')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]