Return TESTS_ENVIRONMENT, necessary to make the registry properly

Original commit message from CVS:
Return TESTS_ENVIRONMENT, necessary to make the registry properly
This commit is contained in:
Andy Wingo 2002-05-11 21:38:16 +00:00
parent 1f0374782c
commit bf4e61ace3
2 changed files with 4 additions and 4 deletions

View file

@ -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)

View file

@ -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)