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 | |
---|
2 | TESTS_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 | |
---|
8 | plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ |
---|
9 | |
---|
10 | check_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 | |
---|
20 | TESTS = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ \ |
---|
21 | $(tests_pass) $(tests_fail) |
---|
22 | XFAIL_TESTS = $(tests_fail) |
---|
23 | |
---|
24 | AM_CFLAGS = $(GST_OBJ_CFLAGS) |
---|
25 | LIBS = $(GST_OBJ_LIBS) |
---|
26 | |
---|
27 | # override to _not_ install the test plugins |
---|
28 | install-pluginLTLIBRARIES: |
---|
29 | |
---|
30 | # This rule is here so make distcheck works on machines where core |
---|
31 | # dumps have PIDs appended |
---|
32 | CLEANFILES = core.* |
---|
33 | |
---|
Note: See
TracBrowser
for help on using the repository browser.