mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
check: Actually define a registry to use for tests
Otherwise every single run of every single test would recreate a registry
This commit is contained in:
parent
23e9044b4e
commit
af40ec08fc
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
include $(top_srcdir)/common/check.mak
|
||||
|
||||
CHECK_REGISTRY = $(top_builddir)/tests/check/test-registry.reg
|
||||
TEST_FILES_DIRECTORY = $(top_srcdir)/tests/check/ges
|
||||
|
||||
REGISTRY_ENVIRONMENT = \
|
||||
GST_REGISTRY_1_0=$(CHECK_REGISTRY)
|
||||
|
||||
|
|
Loading…
Reference in a new issue