summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2017-11-23 15:49:48 +0100
committerEdward Hervey <bilboed@bilboed.com>2017-11-23 15:49:48 +0100
commitaf40ec08fc89663baa3490a6c259ee083fe9781f (patch)
tree50d59e7709fcbc34b5bb8a3c6534541e14acd482
parent23e9044b4e3df5f9ef03b873b2c09be046c93cb7 (diff)
check: Actually define a registry to use for tests
Otherwise every single run of every single test would recreate a registry
-rw-r--r--tests/check/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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)