]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: use "_" as separator in test names
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 11 Nov 2020 13:37:07 +0000 (14:37 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 11 Nov 2020 15:58:05 +0000 (16:58 +0100)
commitca121e20c42219e3bc4e5cb63dcc96cc5eae2879
tree327308cec2027370d3c0858de6e0923518533e59
parent23dce98e89616092007005692a4574ab908db5a6
meson: use "_" as separator in test names

":" is prettier, but meson 0.56+ doesn't like it:
src/systemd/meson.build:73: DEPRECATION: ":" is not allowed in test name "cc-sd-bus.h:c", it has been replaced with "_"
src/systemd/meson.build:73: DEPRECATION: ":" is not allowed in test name "cc-sd-bus.h:c-ansi", it has been replaced with "_"
...

Fixes #17568.
src/systemd/meson.build