diff options
author | Edward Hervey <edward@centricular.com> | 2015-04-08 16:40:02 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2015-04-08 16:40:02 +0200 |
commit | 67a11a5acfc9b0a2d4bce223b8368a86bfcba576 (patch) | |
tree | 42f71470377bde8266c5b646df47c12db73d0953 /tests | |
parent | 5e0329235e6e0fb8ab849b68ff583546b0d940a7 (diff) |
tests: Use AM_TESTS_ENVIRONMENT
Needed by the new automake test runner
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 407e11ff4..b6cfc7209 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 = \ $(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) \ |