summaryrefslogtreecommitdiff
path: root/tests/old/testsuite/Makefile.am
blob: df8249a0622cf9a5bdecf33c8019ce05cd2a2692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
include Rules


if GST_DISABLE_PARSE
GST_PARSE_DIRS = 
else
GST_PARSE_DIRS = parse
endif

if GST_DISABLE_GST_DEBUG
GST_DEBUG_DIRS = 
else
GST_DEBUG_DIRS = debug
endif

SUBDIRS = \
	bins bytestream caps childproxy cleanup clock \
	$(GST_DEBUG_DIRS) \
	dlopen dynparams \
	elements ghostpads indexers negotiation pad \
	$(GST_PARSE_DIRS) \
	plugin refcounting schedulers states tags threads

DIST_SUBDIRS = \
	bins bytestream caps childproxy cleanup clock \
	debug \
	dlopen dynparams \
	elements ghostpads indexers negotiation pad \
	parse \
	plugin refcounting schedulers states tags threads

tests_pass = test_gst_init
tests_fail = 
tests_ignore =

# we makes them, we gots to clean them
CLEANFILES += test-registry.xml