mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
tests: Use AM_TESTS_ENVIRONMENT
Needed by the new automake test runner and the current version of the common submodule.
This commit is contained in:
parent
8700468499
commit
550348738c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ TEST_FILES_DIRECTORY = $(top_srcdir)/tests/files
|
|||
REGISTRY_ENVIRONMENT = \
|
||||
GST_REGISTRY_1_0=$(CHECK_REGISTRY)
|
||||
|
||||
TESTS_ENVIRONMENT = \
|
||||
AM_TESTS_ENVIRONMENT = \
|
||||
CK_DEFAULT_TIMEOUT=120 \
|
||||
GST_STATE_IGNORE_ELEMENTS="$(STATE_IGNORE_ELEMENTS)" \
|
||||
$(REGISTRY_ENVIRONMENT) \
|
||||
|
|
Loading…
Reference in a new issue