summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-05-31 20:29:32 +0100
committerTim-Philipp Müller <tim@centricular.com>2016-05-31 20:29:32 +0100
commit1a4c54a6aa1d250cc6e263f42c7f1723ce7c5d63 (patch)
treecd3715165cd9d056587aeb8f679dd08c543f39cc /tests
parentaa47e16eec7cc6b21db4d1bf742b81b42d70f2e2 (diff)
downloadgst-libav-1a4c54a6aa1d250cc6e263f42c7f1723ce7c5d63.tar.gz
tests: use AM_TESTS_ENVIRONMENT
Needed by 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 41e7d4a..42e42ae 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -6,7 +6,7 @@ TEST_FILES_DIRECTORY = $(top_srcdir)/tests/files
REGISTRY_ENVIRONMENT = \
GST_REGISTRY_1_0=$(CHECK_REGISTRY)
-TESTS_ENVIRONMENT = \
+AM_TESTS_ENVIRONMENT += \
$(REGISTRY_ENVIRONMENT) \
GST_PLUGIN_SYSTEM_PATH_1_0= \
GST_PLUGIN_PATH_1_0=$(top_builddir)/gst:$(top_builddir)/ext:$(top_builddir)/../gst-plugins-good/gst:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR)