mirror of
https://github.com/systemd/systemd.git
synced 2025-03-22 06:50:18 +03:00
meson: fix test dependency
Follow-up for daf4e78e4841a527ba62da48fd00e2e6b8805193.
This commit is contained in:
parent
1782534bb1
commit
c20d291416
@ -4447,11 +4447,11 @@ foreach test : tests
|
||||
versiondep,
|
||||
]
|
||||
|
||||
name = fs.stem(sources[0])
|
||||
name = fs.name(sources[0])
|
||||
if not name.endswith('.cc')
|
||||
deps += [userspace]
|
||||
endif
|
||||
name = name.split('.')[0]
|
||||
name = fs.stem(name)
|
||||
|
||||
suite = fs.name(fs.parent(sources[0])).replace('sd-', '')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user