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

Revision 21448, 836 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
3tests_pass = \
4        unlink_src unlink_sink \
5        relink_src relink_sink \
6        unref_src unref_sink \
7        142183 142183-2 \
8        143777 143777-2 \
9        147713 \
10        147819 \
11        147894 147894-2 group_link \
12        queue_link
13
14# don't enable this one unless it actually works.
15#       useless_iteration
16tests_fail =
17tests_ignore =
18
19unlink_src_SOURCES = unlink.c
20unlink_src_CFLAGS = $(AM_CFLAGS) -DELEMENT=src
21unlink_sink_SOURCES = unlink.c
22unlink_sink_CFLAGS = $(AM_CFLAGS) -DELEMENT=sink
23relink_src_SOURCES = relink.c
24relink_src_CFLAGS = $(AM_CFLAGS) -DELEMENT=src -DOTHER_ELEMENT=sink
25relink_sink_SOURCES = relink.c
26relink_sink_CFLAGS = $(AM_CFLAGS) -DELEMENT=sink -DOTHER_ELEMENT=src
27unref_src_SOURCES = unref.c
28unref_src_CFLAGS = $(AM_CFLAGS) -DELEMENT=src
29unref_sink_SOURCES = unref.c
30unref_sink_CFLAGS = $(AM_CFLAGS) -DELEMENT=sink
Note: See TracBrowser for help on using the repository browser.