mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09:00
meson: Use files() for tests
Not having to provide the full path in the source tree is much nicer and the produced lists can also be used anywhere in the source tree.
This commit is contained in:
@@ -6,7 +6,7 @@ systemd_tmpfiles_sources = files(
|
||||
'offline-passwd.h')
|
||||
|
||||
tests += [
|
||||
[['src/tmpfiles/test-offline-passwd.c',
|
||||
'src/tmpfiles/offline-passwd.c',
|
||||
'src/tmpfiles/offline-passwd.h']],
|
||||
[files('test-offline-passwd.c',
|
||||
'offline-passwd.c',
|
||||
'offline-passwd.h')],
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user