summaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-14 15:35:59 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-14 15:36:49 +0200
commit1d9b8f3476350cbfaf644c9b0fd67ec7b33c7398 (patch)
tree4b080f39dd812755cb1ced2b19eb50c79f0103f6 /test/meson.build
parentMerge pull request #32766 from DaanDeMeyer/test (diff)
downloadsystemd-1d9b8f3476350cbfaf644c9b0fd67ec7b33c7398.tar.xz
systemd-1d9b8f3476350cbfaf644c9b0fd67ec7b33c7398.zip
test: Only add tpm2.target dependency to TEST-70-TPM2.service
Let's not add the dependency unless required.
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index 61aa01089a..60d42efee6 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -286,6 +286,8 @@ integration_test_template = {
'configuration' : {
'memory-accounting' : 'no',
'command' : testdata_dir / 'units/%N.sh',
+ 'wants' : '',
+ 'after' : '',
},
'cmdline' : [],
}