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:
Edward Hervey 2017-11-23 15:49:48 +01:00 committed by Edward Hervey
parent 23e9044b4e
commit af40ec08fc

View file

@ -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)