2003-10-15 01:25:41 +00:00
|
|
|
|
|
|
|
TESTS_ENVIRONMENT=\
|
|
|
|
G_DEBUG=fatal_warnings \
|
2003-11-19 22:59:19 +00:00
|
|
|
GST_PLUGIN_PATH=$(top_builddir)/gst:. \
|
2003-10-15 01:25:41 +00:00
|
|
|
GST_REGISTRY=$(top_builddir)/testsuite/test-registry.xml
|
|
|
|
|
|
|
|
|
|
|
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
|
|
|
|
check_PROGRAMS = $(tests_pass) $(tests_fail)
|
|
|
|
|
|
|
|
TESTS = $(top_builddir)/tools/gst-register $(tests_pass) $(tests_fail)
|
|
|
|
XFAIL_TESTS = $(tests_fail)
|
|
|
|
|
|
|
|
AM_CFLAGS = $(GST_CFLAGS)
|
|
|
|
LIBS = $(GST_LIBS)
|
|
|
|
|
|
|
|
# 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.*
|
|
|
|
|