summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-06-26 18:28:32 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-08-03 13:37:16 +0200
commitdc4a00555a95af155c9a7edf21d6cb2cb1b355a5 (patch)
tree8ef2b3b078c74b057b4a9e74093cb0f825f34660 /meson.build
parentmeson: also merge declarations of fuzzers with other executables (diff)
downloadsystemd-dc4a00555a95af155c9a7edf21d6cb2cb1b355a5.tar.xz
systemd-dc4a00555a95af155c9a7edf21d6cb2cb1b355a5.zip
meson: set suite for all tests, and adjust suite for some tests
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 4 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index cf217c1bf0..9d10d76d9f 100644
--- a/meson.build
+++ b/meson.build
@@ -2712,7 +2712,8 @@ foreach dict : modules
test_dlopen,
# path to dlopen must include a slash
args : lib.full_path(),
- depends : lib)
+ depends : lib,
+ suite : is_nss ? 'nss' : 'pam')
endif
endforeach
@@ -2888,7 +2889,8 @@ if git.found()
test('check-includes',
files('tools/check-includes.py'),
args: all_files,
- env : ['PROJECT_SOURCE_ROOT=@0@'.format(project_source_root)])
+ env : ['PROJECT_SOURCE_ROOT=@0@'.format(project_source_root)],
+ suite : 'headers')
endif
endif