summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-03-03 20:15:07 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-03-03 20:27:44 +0900
commit695253466b6108dbed85af05360adc293e81cee7 (patch)
tree52ecc16a368102e954fbffd9d73c688c637639fa /meson.build
parente3b2f7c056551fa50ba6ed13703b8e63ba8303c7 (diff)
downloadsystemd-695253466b6108dbed85af05360adc293e81cee7.tar.gz
meson: show options about tests in the summary
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 2576153536..5e7cb92a83 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')],