mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-22 12:40:38 +01:00
Give the tests DBUS_TEST_DAEMON and DBUS_TEST_DATA in their environment
This will allow modular tests to spawn a dbus-daemon with a specified config file; nothing uses this just yet. Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34570
This commit is contained in:
parent
841352a73a
commit
1c485fc7be
1 changed files with 4 additions and 0 deletions
|
|
@ -76,6 +76,10 @@ modular_tests = \
|
|||
test-loopback \
|
||||
test-relay
|
||||
|
||||
TESTS_ENVIRONMENT = \
|
||||
DBUS_TEST_DAEMON=@abs_top_builddir@/bus/dbus-daemon$(EXEEXT) \
|
||||
DBUS_TEST_DATA=@abs_top_srcdir@/test/data
|
||||
|
||||
test_loopback_SOURCES = loopback.c
|
||||
test_loopback_CPPFLAGS = $(GLIB_CFLAGS) $(DBUS_GLIB_CFLAGS)
|
||||
test_loopback_LDFLAGS = @R_DYNAMIC_LDFLAG@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue