2003-10-15 01:25:41 +00:00
|
|
|
|
|
|
|
TESTS_ENVIRONMENT=\
|
|
|
|
G_DEBUG=fatal_warnings \
|
2004-07-02 10:15:14 +00:00
|
|
|
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/testsuite \
|
2003-10-15 01:25:41 +00:00
|
|
|
GST_REGISTRY=$(top_builddir)/testsuite/test-registry.xml
|
|
|
|
|
|
|
|
|
|
|
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
|
2004-04-15 04:54:53 +00:00
|
|
|
check_PROGRAMS = $(tests_pass) $(tests_fail) $(tests_ignore)
|
2003-10-15 01:25:41 +00:00
|
|
|
|
2004-03-15 16:54:28 +00:00
|
|
|
# make all tests depend on the versioned gst-register
|
|
|
|
$(tests_pass) $(tests_fail): $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@
|
|
|
|
|
|
|
|
# rebuild gst-register-@GST_MAJORMINOR@ if needed
|
2004-03-15 16:59:53 +00:00
|
|
|
# the EXEEXT is because am 1.6 complained about overrides
|
|
|
|
$(top_builddir)/tools/gst-register-@GST_MAJORMINOR@$(EXEEXT):
|
2004-03-15 16:54:28 +00:00
|
|
|
cd $(top_builddir)/tools && make
|
|
|
|
|
2004-03-15 17:57:22 +00:00
|
|
|
TESTS = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ \
|
|
|
|
$(tests_pass) $(tests_fail)
|
2003-10-15 01:25:41 +00:00
|
|
|
XFAIL_TESTS = $(tests_fail)
|
|
|
|
|
2004-05-04 12:47:58 +00:00
|
|
|
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
|
|
LIBS = $(GST_OBJ_LIBS)
|
2003-10-15 01:25:41 +00:00
|
|
|
|
|
|
|
# override to _not_ install the test plugins
|
|
|
|
install-pluginLTLIBRARIES:
|
|
|
|
|
|
|
|
# This rule is here so make distcheck works on machines where core
|
|
|
|
# dumps have PIDs appended
|
|
|
|
CLEANFILES = core.*
|
|
|
|
|