1 include $(top_srcdir)/common/check.mak
3 CHECK_REGISTRY = $(top_builddir)/check/test-registry.xml
5 REGISTRY_ENVIRONMENT = \
6 GST_REGISTRY=$(CHECK_REGISTRY)
9 $(REGISTRY_ENVIRONMENT) \
10 GST_PLUGIN_PATH_ONLY=yes \
11 GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(GST_PLUGINS_DIR)
13 # ths core dumps of some machines have PIDs appended
14 CLEANFILES = core.* test-registry.xml
16 clean-local: clean-local-check
18 TESTS = $(check_PROGRAMS)
23 # these tests don't even pass
26 AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS)
27 LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
30 VALGRIND_TESTS_DISABLE =
32 SUPPRESSIONS = $(top_srcdir)/common/gst.supp