From bf4e61ace3f8fe84431db140ba8ba823f6a6ec24 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sat, 11 May 2002 21:38:16 +0000 Subject: [PATCH] Return TESTS_ENVIRONMENT, necessary to make the registry properly Original commit message from CVS: Return TESTS_ENVIRONMENT, necessary to make the registry properly --- tests/old/testsuite/elements/Makefile.am | 4 ++-- testsuite/elements/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/old/testsuite/elements/Makefile.am b/tests/old/testsuite/elements/Makefile.am index 38b9f61ee6..9746fc8f66 100644 --- a/tests/old/testsuite/elements/Makefile.am +++ b/tests/old/testsuite/elements/Makefile.am @@ -5,9 +5,9 @@ tests_failing = endif tests_working = fake name tee -## GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd) +GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd) -## TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=$(GST_PLUGIN_PATH)/testsuite/test-registry.xml +TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`test-registry.xml TESTS = $(tests_failing) $(tests_working) diff --git a/testsuite/elements/Makefile.am b/testsuite/elements/Makefile.am index 38b9f61ee6..9746fc8f66 100644 --- a/testsuite/elements/Makefile.am +++ b/testsuite/elements/Makefile.am @@ -5,9 +5,9 @@ tests_failing = endif tests_working = fake name tee -## GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd) +GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd) -## TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=$(GST_PLUGIN_PATH)/testsuite/test-registry.xml +TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`test-registry.xml TESTS = $(tests_failing) $(tests_working)