source:
trunk/third/gstreamer/testsuite/schedulers/Makefile.am
@
21448
Revision 21448, 836 bytes checked in by ghudson, 20 years ago (diff) |
---|
Line | |
---|---|
1 | include ../Rules |
2 | |
3 | tests_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 |
16 | tests_fail = |
17 | tests_ignore = |
18 | |
19 | unlink_src_SOURCES = unlink.c |
20 | unlink_src_CFLAGS = $(AM_CFLAGS) -DELEMENT=src |
21 | unlink_sink_SOURCES = unlink.c |
22 | unlink_sink_CFLAGS = $(AM_CFLAGS) -DELEMENT=sink |
23 | relink_src_SOURCES = relink.c |
24 | relink_src_CFLAGS = $(AM_CFLAGS) -DELEMENT=src -DOTHER_ELEMENT=sink |
25 | relink_sink_SOURCES = relink.c |
26 | relink_sink_CFLAGS = $(AM_CFLAGS) -DELEMENT=sink -DOTHER_ELEMENT=src |
27 | unref_src_SOURCES = unref.c |
28 | unref_src_CFLAGS = $(AM_CFLAGS) -DELEMENT=src |
29 | unref_sink_SOURCES = unref.c |
30 | unref_sink_CFLAGS = $(AM_CFLAGS) -DELEMENT=sink |
Note: See TracBrowser
for help on using the repository browser.