tests: Use AM_TESTS_ENVIRONMENT
authorEdward Hervey <edward@centricular.com>
Wed, 8 Apr 2015 14:04:11 +0000 (16:04 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 8 Apr 2015 14:08:24 +0000 (16:08 +0200)
Needed by the new automake test runner

common
tests/check/Makefile.am
tests/examples/manual/Makefile.am

diff --git a/common b/common
index c8fb372..d676993 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit c8fb372b4c58158d6cb4e309650eb7bc369f882c
+Subproject commit d676993e50eba12f40d8e176243041d4b91f7b13
index 5e7e5ab..8eeba3f 100644 (file)
@@ -7,7 +7,7 @@ GST_TOOLS_DIR = $(top_builddir)/tools
 REGISTRY_ENVIRONMENT = \
        GST_REGISTRY=$(CHECK_REGISTRY)
 
-TESTS_ENVIRONMENT = \
+AM_TESTS_ENVIRONMENT = \
         GST_STATE_IGNORE_ELEMENTS="$(STATE_IGNORE_ELEMENTS)"   \
         $(REGISTRY_ENVIRONMENT)                                        \
         GST_PLUGIN_SCANNER_1_0=$(top_builddir)/libs/gst/helpers/gst-plugin-scanner \
index c9d439c..0e4da6b 100644 (file)
@@ -12,7 +12,7 @@ CHECK_REGISTRY = $(top_builddir)/tests/examples/manual/test-registry.reg
 REGISTRY_ENVIRONMENT = \
         GST_REGISTRY=$(CHECK_REGISTRY)
 
-TESTS_ENVIRONMENT = \
+AM_TESTS_ENVIRONMENT = \
         $(REGISTRY_ENVIRONMENT)                                 \
         GST_PLUGIN_SCANNER=$(top_builddir)/libs/gst/helpers/gst-plugin-scanner \
         GST_PLUGIN_SYSTEM_PATH=                                 \