remove gst-register
[platform/upstream/gst-plugins-good.git] / tests / check / Makefile.am
1 include $(top_srcdir)/common/check.mak
2
3 CHECK_REGISTRY = $(top_builddir)/check/test-registry.xml
4
5 REGISTRY_ENVIRONMENT = \
6         GST_REGISTRY=$(CHECK_REGISTRY)
7
8 TESTS_ENVIRONMENT = \
9         $(REGISTRY_ENVIRONMENT)                                 \
10         GST_PLUGIN_PATH_ONLY=yes                                \
11         GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(GST_PLUGINS_DIR)
12
13 # ths core dumps of some machines have PIDs appended
14 CLEANFILES = core.* test-registry.xml
15
16 clean-local: clean-local-check
17
18 TESTS = $(check_PROGRAMS)
19
20 check_PROGRAMS = \
21         elements/level
22
23 # these tests don't even pass
24 noinst_PROGRAMS =
25
26 AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS)
27 LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
28
29 # valgrind testing
30 VALGRIND_TESTS_DISABLE =
31
32 SUPPRESSIONS = $(top_srcdir)/common/gst.supp