Massive patch to make 'make check' work properly. Many compilation fixes -- everythi...
[platform/upstream/gstreamer.git] / testsuite / Rules
1
2 TESTS_ENVIRONMENT=\
3         G_DEBUG=fatal_warnings \
4         GST_PLUGIN_PATH=$(top_builddir) \
5         GST_REGISTRY=$(top_builddir)/testsuite/test-registry.xml
6
7
8 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
9
10 check_PROGRAMS = $(tests_pass) $(tests_fail)
11
12 TESTS = $(top_builddir)/tools/gst-register $(tests_pass) $(tests_fail)
13 XFAIL_TESTS = $(tests_fail)
14
15 AM_CFLAGS = $(GST_CFLAGS)
16 LIBS = $(GST_LIBS)
17
18 # override to _not_ install the test plugins
19 install-pluginLTLIBRARIES:
20
21 # This rule is here so make distcheck works on machines where core
22 # dumps have PIDs appended
23 CLEANFILES = core.*
24