From: Andrea Bolognani Date: Tue, 22 Sep 2020 13:15:49 +0000 (+0200) Subject: meson: Include value of expensive_tests in summary X-Git-Tag: v6.8.0-rc1~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=556fbc7f0227352a5a2ca591d2f79a608cebfeb4;p=thirdparty%2Flibvirt.git meson: Include value of expensive_tests in summary It's useful information to have available at a glance. Signed-off-by: Andrea Bolognani Reviewed-by: Pavel Hrdina --- diff --git a/meson.build b/meson.build index 24535a403c..4d42468a51 100644 --- a/meson.build +++ b/meson.build @@ -2444,6 +2444,7 @@ win_summary = { summary(win_summary, section: 'Windows', bool_yn: true) test_summary = { + 'Expensive': use_expensive_tests, 'Coverage': coverage_flags.length() > 0, } summary(test_summary, section: 'Test suite', bool_yn: true)