mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
tests: Use AM_TESTS_ENVIRONMENT
Needed by the new automake test runner
This commit is contained in:
parent
a754eb45b9
commit
0865bc02ea
3 changed files with 3 additions and 3 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit c8fb372b4c58158d6cb4e309650eb7bc369f882c
|
||||
Subproject commit d676993e50eba12f40d8e176243041d4b91f7b13
|
|
@ -7,7 +7,7 @@ GST_TOOLS_DIR = $(top_builddir)/tools
|
|||
REGISTRY_ENVIRONMENT = \
|
||||
GST_REGISTRY=$(CHECK_REGISTRY)
|
||||
|
||||
TESTS_ENVIRONMENT = \
|
||||
AM_TESTS_ENVIRONMENT = \
|
||||
GST_STATE_IGNORE_ELEMENTS="$(STATE_IGNORE_ELEMENTS)" \
|
||||
$(REGISTRY_ENVIRONMENT) \
|
||||
GST_PLUGIN_SCANNER_1_0=$(top_builddir)/libs/gst/helpers/gst-plugin-scanner \
|
||||
|
|
|
@ -12,7 +12,7 @@ CHECK_REGISTRY = $(top_builddir)/tests/examples/manual/test-registry.reg
|
|||
REGISTRY_ENVIRONMENT = \
|
||||
GST_REGISTRY=$(CHECK_REGISTRY)
|
||||
|
||||
TESTS_ENVIRONMENT = \
|
||||
AM_TESTS_ENVIRONMENT = \
|
||||
$(REGISTRY_ENVIRONMENT) \
|
||||
GST_PLUGIN_SCANNER=$(top_builddir)/libs/gst/helpers/gst-plugin-scanner \
|
||||
GST_PLUGIN_SYSTEM_PATH= \
|
||||
|
|
Loading…
Reference in a new issue