From af40ec08fc89663baa3490a6c259ee083fe9781f Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Thu, 23 Nov 2017 15:49:48 +0100 Subject: [PATCH] check: Actually define a registry to use for tests Otherwise every single run of every single test would recreate a registry --- tests/check/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index c8c3f5afde..f0fb35b323 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -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)