]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
meson: Include value of expensive_tests in summary
authorAndrea Bolognani <abologna@redhat.com>
Tue, 22 Sep 2020 13:15:49 +0000 (15:15 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 23 Sep 2020 09:29:44 +0000 (11:29 +0200)
It's useful information to have available at a glance.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
meson.build

index 24535a403cf0f6fc494b5b20b8d1e4d4b8715911..4d42468a5127b0494aba86f0eefa48086f8cbbc3 100644 (file)
@@ -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)