projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote-tracking branch 'remotes/origin/upstream/1.6' into tizen
[platform/upstream/gstreamer.git]
/
tests
/
Makefile.am
1
EXTRA_DIST = README
2
3
if BUILD_BENCHMARKS
4
SUBDIRS_BENCHMARKS = benchmarks
5
else
6
SUBDIRS_BENCHMARKS =
7
endif
8
9
if BUILD_TESTS
10
## SUBDIRS_TESTS = tests testsuite
11
## FIXME: write tests from scratch
12
SUBDIRS_TESTS =
13
if HAVE_CHECK
14
SUBDIRS_CHECK = check
15
else
16
SUBDIRS_CHECK =
17
endif
18
else
19
SUBDIRS_TESTS =
20
SUBDIRS_CHECK =
21
endif
22
23
if BUILD_EXAMPLES
24
SUBDIRS_EXAMPLES = examples
25
else
26
SUBDIRS_EXAMPLES =
27
endif
28
29
SUBDIRS = \
30
$(SUBDIRS_BENCHMARKS) \
31
$(SUBDIRS_CHECK) \
32
misc \
33
$(SUBDIRS_TESTS) \
34
$(SUBDIRS_EXAMPLES)
35
36
# These are all the possible subdirs
37
DIST_SUBDIRS = \
38
benchmarks \
39
check \
40
examples \
41
misc