From: Tim-Philipp Müller Date: Wed, 27 May 2015 16:04:41 +0000 (+0100) Subject: tests: Use AM_TESTS_ENVIRONMENT X-Git-Tag: 1.19.3~495^2~646 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=550348738c0e096d5d3406b89e44ad892b19878a;p=platform%2Fupstream%2Fgstreamer.git tests: Use AM_TESTS_ENVIRONMENT Needed by the new automake test runner and the current version of the common submodule. --- diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 564d930..026a482 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 = \ CK_DEFAULT_TIMEOUT=120 \ GST_STATE_IGNORE_ELEMENTS="$(STATE_IGNORE_ELEMENTS)" \ $(REGISTRY_ENVIRONMENT) \