mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-04 21:08:14 +02:00
name-test: also switch to AM_TESTS_ENVIRONMENT here
Reviewed-by: Philip Withnall <philip.withnall@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89846
This commit is contained in:
parent
bb4b586d7c
commit
46e2759883
1 changed files with 7 additions and 7 deletions
|
|
@ -11,13 +11,13 @@ AM_LDFLAGS = @R_DYNAMIC_LDFLAG@
|
|||
## so if adding tests not to be run in make check, don't add them to
|
||||
## TESTS
|
||||
if DBUS_ENABLE_EMBEDDED_TESTS
|
||||
TESTS_ENVIRONMENT = \
|
||||
DBUS_TOP_BUILDDIR=@abs_top_builddir@ \
|
||||
DBUS_TOP_SRCDIR=@abs_top_srcdir@ \
|
||||
PYTHON=@PYTHON@ \
|
||||
DBUS_TEST_DATA=@abs_top_builddir@/test/data \
|
||||
DBUS_TEST_DAEMON=@abs_top_builddir@/bus/dbus-daemon$(EXEEXT) \
|
||||
XDG_RUNTIME_DIR=@abs_top_builddir@/test/XDG_RUNTIME_DIR \
|
||||
AM_TESTS_ENVIRONMENT = \
|
||||
export DBUS_TOP_BUILDDIR=@abs_top_builddir@; \
|
||||
export DBUS_TOP_SRCDIR=@abs_top_srcdir@; \
|
||||
export PYTHON=@PYTHON@; \
|
||||
export DBUS_TEST_DATA=@abs_top_builddir@/test/data; \
|
||||
export DBUS_TEST_DAEMON=@abs_top_builddir@/bus/dbus-daemon$(EXEEXT); \
|
||||
export XDG_RUNTIME_DIR=@abs_top_builddir@/test/XDG_RUNTIME_DIR; \
|
||||
$(NULL)
|
||||
|
||||
TESTS=run-test.sh run-test-systemserver.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue