Return TESTS_ENVIRONMENT, necessary to make the registry properly
authorAndy Wingo <wingo@pobox.com>
Sat, 11 May 2002 21:38:16 +0000 (21:38 +0000)
committerAndy Wingo <wingo@pobox.com>
Sat, 11 May 2002 21:38:16 +0000 (21:38 +0000)
Original commit message from CVS:
Return TESTS_ENVIRONMENT, necessary to make the registry properly

tests/old/testsuite/elements/Makefile.am
testsuite/elements/Makefile.am

index 38b9f61..9746fc8 100644 (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)
 
index 38b9f61..9746fc8 100644 (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)