mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
a0873781bf
Original commit message from CVS: * testsuite/schedulers/.cvsignore: * testsuite/schedulers/Makefile.am: * testsuite/schedulers/143777-2.c: (main): add test for opt breakage in bug #143777
26 lines
733 B
Makefile
26 lines
733 B
Makefile
include ../Rules
|
|
|
|
tests_pass = \
|
|
unlink_src unlink_sink \
|
|
relink_src relink_sink \
|
|
unref_src unref_sink \
|
|
143777
|
|
|
|
# don't enable this one unless it actually works.
|
|
# useless_iteration
|
|
|
|
tests_fail = 143777-2
|
|
tests_ignore =
|
|
|
|
unlink_src_SOURCES = unlink.c
|
|
unlink_src_CFLAGS = $(AM_CFLAGS) -DELEMENT=src
|
|
unlink_sink_SOURCES = unlink.c
|
|
unlink_sink_CFLAGS = $(AM_CFLAGS) -DELEMENT=sink
|
|
relink_src_SOURCES = relink.c
|
|
relink_src_CFLAGS = $(AM_CFLAGS) -DELEMENT=src -DOTHER_ELEMENT=sink
|
|
relink_sink_SOURCES = relink.c
|
|
relink_sink_CFLAGS = $(AM_CFLAGS) -DELEMENT=sink -DOTHER_ELEMENT=src
|
|
unref_src_SOURCES = unref.c
|
|
unref_src_CFLAGS = $(AM_CFLAGS) -DELEMENT=src
|
|
unref_sink_SOURCES = unref.c
|
|
unref_sink_CFLAGS = $(AM_CFLAGS) -DELEMENT=sink
|