summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2015-04-08 16:46:11 +0200
committerEdward Hervey <bilboed@bilboed.com>2015-04-08 16:46:11 +0200
commitfdae6af7ded0b957a9c13122e994e6ffa177a207 (patch)
treeefc6aa5a8922df1a1b2aaf4d602684e72dd32ff0 /tests
parentb40adec9c12ea3fa87fbe78000b0b080144b8001 (diff)
downloadgstreamer-plugins-bad-fdae6af7ded0b957a9c13122e994e6ffa177a207.tar.gz
tests: Use AM_TESTS_ENVIRONMENT
Needed by the new automake test runner
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 4cf2dac85..4a0e2c61f 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -9,7 +9,7 @@ REGISTRY_ENVIRONMENT = \
GST_REGISTRY_1_0=$(CHECK_REGISTRY)
# GST_PLUGINS_XYZ_DIR is only set in an uninstalled setup
-TESTS_ENVIRONMENT = \
+AM_TESTS_ENVIRONMENT = \
$(REGISTRY_ENVIRONMENT) \
GST_PLUGIN_SYSTEM_PATH_1_0= \
GST_PLUGIN_PATH_1_0=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(GST_PLUGINS_LIBAV_DIR):$(GST_PLUGINS_UGLY_DIR):$(GST_PLUGINS_GOOD_DIR):$(GST_PLUGINS_BASE_DIR):$(GST_PLUGINS_DIR) \