diff options
Diffstat (limited to 'dbus/Makefile.am')
-rw-r--r-- | dbus/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/Makefile.am b/dbus/Makefile.am index 96169a5a..3f6bb63f 100644 --- a/dbus/Makefile.am +++ b/dbus/Makefile.am @@ -83,6 +83,7 @@ libdbus_1_la_LDFLAGS= -export-symbols-regex "^[^_].*" ## so if adding tests not to be run in make check, don't add them to ## TESTS if DBUS_BUILD_TESTS +TESTS_ENVIRONMENT="DBUS_TEST_DATA=$(top_srcdir)/test/data" TESTS=dbus-test else TESTS= |