1
0
Fork 0

build: Add configuration summary line about coverage being enabled

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1236
This commit is contained in:
Marco Trevisan (Treviño) 2020-05-06 15:35:41 +02:00 committed by Georges Basile Stavracas Neto
parent 24a0e72ae9
commit c7f2ae1b16

View file

@ -487,6 +487,7 @@ output = [
' Cogl tests............... ' + have_cogl_tests.to_string(), ' Cogl tests............... ' + have_cogl_tests.to_string(),
' Clutter tests............ ' + have_clutter_tests.to_string(), ' Clutter tests............ ' + have_clutter_tests.to_string(),
' Installed tests.......... ' + have_installed_tests.to_string(), ' Installed tests.......... ' + have_installed_tests.to_string(),
' Coverage................. ' + get_option('b_coverage').to_string(),
'', '',
' Now type \'ninja -C ' + meson.build_root() + '\' to build ' + meson.project_name(), ' Now type \'ninja -C ' + meson.build_root() + '\' to build ' + meson.project_name(),
'', '',