gstreamer/tests/check/Makefile.am

37 lines
885 B
Makefile
Raw Normal View History

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 = \
ges/basic \
ges/filesource \
ges/layer \
ges/simplelayer \
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
noinst_HEADERS =
TESTS = $(check_PROGRAMS)
AM_CFLAGS = -I$(top_srcdir) $(GST_CFLAGS) $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS) $(GST_OPTION_CFLAGS)
LDADD = $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
EXTRA_DIST = #gst-plugins-bad.supp