From: Yu Watanabe Date: Fri, 3 Mar 2023 11:15:07 +0000 (+0900) Subject: meson: show options about tests in the summary X-Git-Tag: v254-rc1~1120^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F26651%2Fhead;p=thirdparty%2Fsystemd.git meson: show options about tests in the summary --- diff --git a/meson.build b/meson.build index 25761535367..5e7cb92a83c 100644 --- a/meson.build +++ b/meson.build @@ -4608,6 +4608,8 @@ foreach tuple : [ ['debug mmap cache'], ['debug siphash'], ['trace logging', conf.get('LOG_TRACE') == 1], + ['slow tests', slow_tests], + ['fuzz tests', fuzz_tests], ['install tests', install_tests], ['link-udev-shared', get_option('link-udev-shared')], ['link-systemctl-shared', get_option('link-systemctl-shared')],