]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: show options about tests in the summary 26651/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 3 Mar 2023 11:15:07 +0000 (20:15 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 3 Mar 2023 11:27:44 +0000 (20:27 +0900)
meson.build

index 25761535367c578cb2cc18a3d0e443d063c3a2f9..5e7cb92a83c59cd53c27870801fad55204585eb3 100644 (file)
@@ -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')],