tests: Rename positionner to positioner in the tests too
[platform/upstream/gstreamer.git] / Makefile.am
1 DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --with-bash-completion-dir=no
2
3 if BUILD_EXAMPLES
4 EXAMPLES_SUBDIRS= examples
5 else
6 EXAMPLES_SUBDIRS=
7 endif
8
9 SUBDIRS = ges tests tools common m4 pkgconfig docs bindings plugins $(EXAMPLES_SUBDIRS)
10
11 DIST_SUBDIRS = $(SUBDIRS)
12
13 # include before EXTRA_DIST for win32 assignment
14 #include $(top_srcdir)/common/win32.mak
15
16 EXTRA_DIST = \
17         gst-editing-services.spec depcomp \
18         AUTHORS COPYING NEWS README RELEASE \
19         ChangeLog autogen.sh gst-editing-services.doap
20
21 DISTCLEANFILES = _stdint.h
22
23 ACLOCAL_AMFLAGS = -I m4 -I common/m4
24
25 include $(top_srcdir)/common/release.mak
26 include $(top_srcdir)/common/po.mak
27
28 include $(top_srcdir)/common/coverage/lcov.mak
29
30 check-valgrind:
31         $(MAKE) -C tests/check check-valgrind
32
33 # Test actual high-level functionnality.
34 check-integration:
35         $(MAKE) -C tests/check check-integration
36
37 if ENABLE_BASH_COMPLETION
38 bashcompletiondir = $(BASH_COMPLETION_DIR)
39 dist_bashcompletion_DATA = data/completions/ges-launch-1.0
40 endif
41
42 if HAVE_GST_CHECK
43 check-torture:
44         $(MAKE) -C tests/check torture
45 build-checks:
46         $(MAKE) -C tests/check build-checks
47 else
48 check-torture:
49         true
50 build-checks:
51         true
52 endif
53
54 # cruft: plugins that have been merged or moved or renamed
55 CRUFT_FILES = \
56  $(top_builddir)/common/shave \
57  $(top_builddir)/common/shave-libtool
58
59 include $(top_srcdir)/common/cruft.mak
60
61 all-local: check-cruft