mirror of
https://github.com/systemd/systemd.git
synced 2025-05-29 01:05:59 +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,
|
versiondep,
|
||||||
]
|
]
|
||||||
|
|
||||||
name = fs.stem(sources[0])
|
name = fs.name(sources[0])
|
||||||
if not name.endswith('.cc')
|
if not name.endswith('.cc')
|
||||||
deps += [userspace]
|
deps += [userspace]
|
||||||
endif
|
endif
|
||||||
name = name.split('.')[0]
|
name = fs.stem(name)
|
||||||
|
|
||||||
suite = fs.name(fs.parent(sources[0])).replace('sd-', '')
|
suite = fs.name(fs.parent(sources[0])).replace('sd-', '')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user