Test that removing probes from within the probe functions works.
[platform/upstream/gstreamer.git] / testsuite / Makefile.am
1 include Rules
2
3
4 if GST_DISABLE_PARSE
5 GST_PARSE_DIRS = 
6 else
7 GST_PARSE_DIRS = parse
8 endif
9
10 if GST_DISABLE_GST_DEBUG
11 GST_DEBUG_DIRS = 
12 else
13 GST_DEBUG_DIRS = debug
14 endif
15
16 SUBDIRS = \
17         bytestream caps cleanup controller \
18         $(GST_DEBUG_DIRS) \
19         dlopen \
20         elements indexers negotiation pad \
21         $(GST_PARSE_DIRS) \
22         plugin refcounting schedulers states threads trigger
23
24 DIST_SUBDIRS = \
25         bytestream caps cleanup controller \
26         debug \
27         dlopen \
28         elements indexers negotiation pad \
29         parse \
30         plugin refcounting schedulers states threads trigger
31
32 tests_pass =
33 tests_fail = 
34 tests_ignore =
35
36 # we makes them, we gots to clean them
37 CLEANFILES += test-registry.xml
38