tests: Use AM_TESTS_ENVIRONMENT
authorTim-Philipp Müller <tim@centricular.com>
Wed, 27 May 2015 16:04:41 +0000 (17:04 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 27 May 2015 16:04:41 +0000 (17:04 +0100)
Needed by the new automake test runner and the
current version of the common submodule.

tests/check/Makefile.am

index 564d930..026a482 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 = \
         CK_DEFAULT_TIMEOUT=120                                  \
         GST_STATE_IGNORE_ELEMENTS="$(STATE_IGNORE_ELEMENTS)"   \
        $(REGISTRY_ENVIRONMENT)                                 \