source: trunk/third/gstreamer/testsuite/Rules @ 21005

Revision 21005, 987 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21004, which included commits to RCS files with non-trunk default branches.
Line 
1
2TESTS_ENVIRONMENT=\
3        G_DEBUG=fatal_warnings \
4        GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/testsuite \
5        GST_REGISTRY=$(top_builddir)/testsuite/test-registry.xml
6
7
8plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
9
10check_PROGRAMS = $(tests_pass) $(tests_fail) $(tests_ignore)
11
12# make all tests depend on the versioned gst-register
13$(tests_pass) $(tests_fail): $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@
14
15# rebuild gst-register-@GST_MAJORMINOR@ if needed
16# the EXEEXT is because am 1.6 complained about overrides
17$(top_builddir)/tools/gst-register-@GST_MAJORMINOR@$(EXEEXT):
18        cd $(top_builddir)/tools && make
19
20TESTS = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ \
21        $(tests_pass) $(tests_fail)
22XFAIL_TESTS = $(tests_fail)
23
24AM_CFLAGS = $(GST_OBJ_CFLAGS)
25LIBS = $(GST_OBJ_LIBS)
26
27# override to _not_ install the test plugins
28install-pluginLTLIBRARIES:
29
30# This rule is here so make distcheck works on machines where core
31# dumps have PIDs appended
32CLEANFILES = core.*
33
Note: See TracBrowser for help on using the repository browser.