projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
segment: Convert function to macro in unit test to get proper line numbers on failures
[platform/upstream/gstreamer.git]
/
tests
/
examples
/
Makefile.am
1
# adapter test needs sys/times.h and unistd.h
2
if HAVE_SYS_TIMES_H_AND_UNISTD_H
3
ADAPTER_TEST_DIR = adapter
4
else
5
ADAPTER_TEST_DIR =
6
endif
7
8
always_dirs = \
9
controller \
10
helloworld \
11
manual \
12
memory \
13
netclock \
14
ptp \
15
stepping \
16
streamiddemux \
17
streams
18
19
SUBDIRS = \
20
$(always_dirs) \
21
$(ADAPTER_TEST_DIR)
22
23
DIST_SUBDIRS = $(always_dirs) adapter
24
25
include $(top_srcdir)/common/parallel-subdirs.mak