From 27a26917669b738a58718f021a607d45cacbe588 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 8 Apr 2015 16:52:06 +0200 Subject: [PATCH] tests: Use AM_TESTS_ENVIRONMENT Needed by the new automake test runner --- common | 2 +- tests/check/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common b/common index c8fb372b4c..d676993e50 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit c8fb372b4c58158d6cb4e309650eb7bc369f882c +Subproject commit d676993e50eba12f40d8e176243041d4b91f7b13 diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index ba57b5ac82..e7b35b6126 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -5,7 +5,7 @@ CHECK_REGISTRY = $(top_builddir)/tests/check/test-registry.reg 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)/sys:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR) \