projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
object: Fix creation of default name
[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
SUBDIRS_EXAMPLES = examples
19
else
20
SUBDIRS_EXAMPLES =
21
endif
22
23
SUBDIRS = \
24
benchmarks \
25
$(SUBDIRS_CHECK) \
26
misc \
27
$(SUBDIRS_TESTS) \
28
$(SUBDIRS_EXAMPLES)
29
30
# These are all the possible subdirs
31
DIST_SUBDIRS = \
32
benchmarks \
33
check \
34
examples \
35
misc