summaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-14 22:14:27 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-14 23:19:28 +0200
commit9e262ef92e40dc761675055866a421a4a4acc84b (patch)
treeee9e1baa97eb442748560b6e592443846234726d /test/meson.build
parentMerge pull request #32817 from YHNdnzj/core-varlink (diff)
downloadsystemd-9e262ef92e40dc761675055866a421a4a4acc84b.tar.xz
systemd-9e262ef92e40dc761675055866a421a4a4acc84b.zip
test: Enable TEST-54-CREDS on mkosi
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index 60d42efee6..2a07d120fa 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -290,6 +290,8 @@ integration_test_template = {
'after' : '',
},
'cmdline' : [],
+ 'credentials' : [],
+ 'qemu-args' : [],
}
testdata_subdirs = [
'auxv',
@@ -410,6 +412,14 @@ foreach integration_test : integration_tests
]
endif
+ foreach credential : integration_test['credentials']
+ integration_test_args += ['--credential', credential]
+ endforeach
+
+ if integration_test['qemu-args'].length() > 0
+ integration_test_args += ['--qemu-args=@0@'.format(' '.join(integration_test['qemu-args']))]
+ endif
+
integration_test_args += integration_test['mkosi-args']
integration_test_env = {}