mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 20:48:02 +02:00
This means we don't need to distinguish between DBUS_NAME_TEST_EXEC and DBUS_TEST_EXEC any more, because all test helper executables are in the same place, both during build and when installed (we don't install test-privserver since no installed test requires it yet, but in principle we could). Signed-off-by: Simon McVittie <smcv@collabora.com>
4 lines
110 B
SYSTEMD
4 lines
110 B
SYSTEMD
[D-BUS Service]
|
|
Name=org.freedesktop.DBus.TestSuite.PrivServer
|
|
Exec=@DBUS_TEST_EXEC@/test-privserver@EXEEXT@
|
|
|