Merge remote-tracking branch 'origin/0.10'
[platform/upstream/gstreamer.git] / tests / check / Makefile.am
1 include $(top_srcdir)/common/check.mak
2
3 TESTS_ENVIRONMENT = 
4
5 plugindir = $(libdir)/gstreamer-@GST_API_VERSION@
6
7 # override to _not_ install the test plugins
8 install-pluginLTLIBRARIES:
9
10 # the core dumps of some machines have PIDs appended
11 CLEANFILES = core.* test-registry.*
12
13 SUPPRESSIONS = $(top_srcdir)/common/gst.supp # $(srcdir)/gst-plugins-bad.supp
14
15 clean-local: clean-local-check
16
17 check_PROGRAMS = \
18         ges/backgroundsource\
19         ges/basic       \
20         ges/layer       \
21         ges/effects     \
22         ges/filesource  \
23         ges/simplelayer \
24         ges/timelineobject      \
25         ges/timelineedition     \
26         ges/titles\
27         ges/transition  \
28         ges/overlays\
29         ges/text_properties\
30         ges/save_and_load
31
32 noinst_HEADERS = 
33
34 TESTS = $(check_PROGRAMS)
35
36 AM_CFLAGS =  -I$(top_srcdir) $(GST_PLUGINS_BASE_CFLAGS) $(GST_OBJ_CFLAGS) \
37         $(GST_CHECK_CFLAGS) $(GST_OPTION_CFLAGS) $(GST_CFLAGS) \
38         -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS
39
40 LDADD = $(top_builddir)/ges/libges-@GST_API_VERSION@.la \
41         $(GST_PLUGINS_BASE_LIBS) -lgstpbutils-$(GST_API_VERSION) \
42         $(GST_OBJ_LIBS) $(GST_CHECK_LIBS)
43
44 EXTRA_DIST = #gst-plugins-bad.supp