gstreamer/tests/check/Makefile.am

54 lines
1.4 KiB
Makefile
Raw Normal View History

include $(top_srcdir)/common/check.mak
TESTS_ENVIRONMENT =
2012-04-04 12:50:23 +00:00
plugindir = $(libdir)/gstreamer-@GST_API_VERSION@
# override to _not_ install the test plugins
install-pluginLTLIBRARIES:
# the core dumps of some machines have PIDs appended
CLEANFILES = core.* test-registry.*
2012-09-23 00:23:20 +00:00
common_cflags=-I$(top_srcdir) $(GST_PLUGINS_BASE_CFLAGS) $(GST_OBJ_CFLAGS) \
$(GST_CHECK_CFLAGS) $(GST_OPTION_CFLAGS) $(GST_CFLAGS)
common_ldadd=$(top_builddir)/ges/libges-@GST_API_VERSION@.la \
$(GST_PLUGINS_BASE_LIBS) -lgstpbutils-$(GST_API_VERSION) \
$(GST_OBJ_LIBS) $(GST_CHECK_LIBS)
testutils_noisnt_libraries=libtestutils.la
testutils_noinst_headers=ges/test-utils.h
libtestutils_la_LIBADD=$(common_ldadd)
libtestutils_la_CFLAGS=$(common_cflags)
libtestutils_la_SOURCES=ges/test-utils.c
SUPPRESSIONS = $(top_srcdir)/common/gst.supp # $(srcdir)/gst-plugins-bad.supp
2012-09-23 00:23:20 +00:00
clean-local: clean-local-check
check_PROGRAMS = \
ges/backgroundsource\
ges/basic \
ges/layer \
ges/effects \
ges/filesource \
ges/simplelayer \
2010-06-10 11:22:36 +00:00
ges/timelineobject \
ges/timelineedition \
2010-06-21 14:04:22 +00:00
ges/titles\
ges/transition \
2010-07-14 14:12:56 +00:00
ges/overlays\
2010-09-21 14:39:07 +00:00
ges/text_properties\
ges/save_and_load
2012-09-23 00:23:20 +00:00
noinst_LTLIBRARIES=$(testutils_noisnt_libraries)
noinst_HEADERS=$(testutils_noinst_headers)
TESTS = $(check_PROGRAMS)
2012-09-23 00:23:20 +00:00
AM_CFLAGS = $(common_cflags) -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS
LDADD = $(common_ldadd) libtestutils.la
EXTRA_DIST = #gst-plugins-bad.supp