element: Enforce that elements created by gst_element_factory_create/make() are floating
[platform/upstream/gstreamer.git] / tests / Makefile.am
1 EXTRA_DIST = README
2
3 # Build misc unless both --disable-examples and --disable-benchmarks were passed
4
5 if BUILD_BENCHMARKS
6 SUBDIRS_BENCHMARKS = benchmarks
7 SUBDIRS_MISC = misc
8 else
9 SUBDIRS_BENCHMARKS =
10 endif
11
12 if BUILD_TESTS
13 ## SUBDIRS_TESTS = tests testsuite
14 ## FIXME: write tests from scratch
15 SUBDIRS_TESTS =
16 if HAVE_CHECK
17 SUBDIRS_CHECK = check
18 else
19 SUBDIRS_CHECK =
20 endif
21 else
22 SUBDIRS_TESTS =
23 SUBDIRS_CHECK =
24 endif
25
26 if BUILD_EXAMPLES
27 SUBDIRS_EXAMPLES = examples
28 SUBDIRS_MISC = misc
29 else
30 SUBDIRS_EXAMPLES =
31 endif
32
33 SUBDIRS = \
34         $(SUBDIRS_BENCHMARKS) \
35         $(SUBDIRS_CHECK) \
36         $(SUBDIRS_MISC) \
37         $(SUBDIRS_TESTS) \
38         $(SUBDIRS_EXAMPLES)
39
40 # These are all the possible subdirs
41 DIST_SUBDIRS = \
42         benchmarks \
43         check \
44         examples \
45         misc