source: trunk/third/gstreamer/testsuite/Makefile.am @ 21448

Revision 21448, 700 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21447, which included commits to RCS files with non-trunk default branches.
Line 
1include Rules
2
3
4if GST_DISABLE_PARSE
5GST_PARSE_DIRS =
6else
7GST_PARSE_DIRS = parse
8endif
9
10if GST_DISABLE_GST_DEBUG
11GST_DEBUG_DIRS =
12else
13GST_DEBUG_DIRS = debug
14endif
15
16SUBDIRS = \
17        bins bytestream caps cleanup clock \
18        $(GST_DEBUG_DIRS) \
19        dlopen dynparams \
20        elements ghostpads indexers negotiation pad \
21        $(GST_PARSE_DIRS) \
22        plugin refcounting schedulers states tags threads
23
24DIST_SUBDIRS = \
25        bins bytestream caps cleanup clock \
26        debug \
27        dlopen dynparams \
28        elements ghostpads indexers negotiation pad \
29        parse \
30        plugin refcounting schedulers states tags threads
31
32tests_pass = test_gst_init
33tests_fail =
34tests_ignore =
35
36# we makes them, we gots to clean them
37CLEANFILES += test-registry.xml
38
Note: See TracBrowser for help on using the repository browser.