check: Actually define a registry to use for tests
authorEdward Hervey <edward@centricular.com>
Thu, 23 Nov 2017 14:49:48 +0000 (15:49 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 23 Nov 2017 14:49:48 +0000 (15:49 +0100)
Otherwise every single run of every single test would recreate
a registry

tests/check/Makefile.am

index c8c3f5a..f0fb35b 100644 (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)