tests: use AM_TESTS_ENVIRONMENT
authorTim-Philipp Müller <tim@centricular.com>
Tue, 31 May 2016 19:29:32 +0000 (20:29 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 31 May 2016 19:29:32 +0000 (20:29 +0100)
Needed by new automake test runner.

tests/check/Makefile.am

index 41e7d4a..42e42ae 100644 (file)
@@ -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)