summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2015-04-08 16:52:06 +0200
committerEdward Hervey <bilboed@bilboed.com>2015-04-08 16:52:06 +0200
commit27a26917669b738a58718f021a607d45cacbe588 (patch)
tree307836ce3d48c3eebf8589040e45c568be0ed956 /tests
parent0b935a191fcf85ff7428d5e57fc196ac1ff8b294 (diff)
tests: Use AM_TESTS_ENVIRONMENT
Needed by the new automake test runner
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index ba57b5ac..e7b35b61 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) \