2009-08-06 17:51:29 +00:00
|
|
|
include $(top_srcdir)/common/check.mak
|
|
|
|
|
|
|
|
TESTS_ENVIRONMENT =
|
|
|
|
|
|
|
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
|
|
|
|
# override to _not_ install the test plugins
|
|
|
|
install-pluginLTLIBRARIES:
|
|
|
|
|
|
|
|
# the core dumps of some machines have PIDs appended
|
|
|
|
CLEANFILES = core.* test-registry.*
|
|
|
|
|
|
|
|
SUPPRESSIONS = $(top_srcdir)/common/gst.supp # $(srcdir)/gst-plugins-bad.supp
|
|
|
|
|
|
|
|
clean-local: clean-local-check
|
|
|
|
|
|
|
|
check_PROGRAMS = \
|
2009-09-21 16:08:51 +00:00
|
|
|
ges/basic \
|
2009-09-29 13:29:11 +00:00
|
|
|
ges/filesource \
|
2010-03-12 18:07:15 +00:00
|
|
|
ges/layer \
|
2009-09-30 14:45:13 +00:00
|
|
|
ges/simplelayer \
|
2010-06-02 10:46:05 +00:00
|
|
|
ges/transition \
|
2010-06-10 11:22:36 +00:00
|
|
|
ges/timelineobject \
|
2010-06-15 11:14:14 +00:00
|
|
|
ges/backgroundsource\
|
2010-06-21 14:04:22 +00:00
|
|
|
ges/titles\
|
2010-07-14 14:12:56 +00:00
|
|
|
ges/overlays\
|
|
|
|
ges/text_properties
|
2009-08-06 17:51:29 +00:00
|
|
|
|
|
|
|
noinst_HEADERS =
|
|
|
|
|
|
|
|
TESTS = $(check_PROGRAMS)
|
|
|
|
|
2010-04-20 11:04:31 +00:00
|
|
|
AM_CFLAGS = -I$(top_srcdir) $(GST_CFLAGS) $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS) $(GST_OPTION_CFLAGS)
|
2009-12-11 14:16:26 +00:00
|
|
|
LDADD = $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la -lges-@GST_MAJORMINOR@ $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
|
2009-08-06 17:51:29 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = #gst-plugins-bad.supp
|