diff options
Diffstat (limited to 'src/tmpfiles/meson.build')
-rw-r--r-- | src/tmpfiles/meson.build | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/tmpfiles/meson.build b/src/tmpfiles/meson.build index 816faa93cf..d0a1359501 100644 --- a/src/tmpfiles/meson.build +++ b/src/tmpfiles/meson.build @@ -6,6 +6,10 @@ systemd_tmpfiles_sources = files( ) tests += [ - [files('test-offline-passwd.c', - 'offline-passwd.c')], + { + 'sources' : files( + 'test-offline-passwd.c', + 'offline-passwd.c', + ), + }, ] |