descend into tests
[platform/upstream/gstreamer.git] / tests / Makefile.am
1 EXTRA_DIST = README
2
3 if BUILD_TESTS
4 ## SUBDIRS_TESTS = tests testsuite
5 ## FIXME: write tests from scratch
6 SUBDIRS_TESTS =
7 if HAVE_CHECK
8 SUBDIRS_CHECK = check
9 else
10 SUBDIRS_CHECK =
11 endif
12 else
13 SUBDIRS_TESTS =
14 SUBDIRS_CHECK =
15 endif
16
17 if BUILD_EXAMPLES
18 ## FIXME: write examples from scratch
19 # SUBDIRS_EXAMPLES = examples
20 SUBDIRS_EXAMPLES =
21 else
22 SUBDIRS_EXAMPLES =
23 endif
24
25 SUBDIRS = \
26         benchmarks      \
27         $(SUBDIRS_CHECK) \
28         misc            \
29         $(SUBDIRS_TESTS) \
30         $(SUBDIRS_EXAMPLES)
31
32 # These are all the possible subdirs
33 DIST_SUBDIRS = \
34         benchmarks \
35         check \
36         misc