mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
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:
parent
1f0374782c
commit
bf4e61ace3
2 changed files with 4 additions and 4 deletions
|
@ -5,9 +5,9 @@ tests_failing =
|
||||||
endif
|
endif
|
||||||
tests_working = fake name tee
|
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)
|
TESTS = $(tests_failing) $(tests_working)
|
||||||
|
|
||||||
|
|
|
@ -5,9 +5,9 @@ tests_failing =
|
||||||
endif
|
endif
|
||||||
tests_working = fake name tee
|
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)
|
TESTS = $(tests_failing) $(tests_working)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue