mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
unbreak testsuite
Original commit message from CVS: unbreak testsuite
This commit is contained in:
parent
bba6ac4b74
commit
ecb3dc6865
4 changed files with 10 additions and 6 deletions
|
@ -20,7 +20,7 @@ gnome_CFLAGS = $(GST_OBJ_CFLAGS) $(LIBGNOMEUI_CFLAGS)
|
|||
EXTRA_DIST = extract.pl
|
||||
|
||||
EXAMPLES = \
|
||||
dynamic $(GNOME) factorymake helloworld \
|
||||
dynamic $(GNOME) elementmake elementget helloworld \
|
||||
init popt queue threads $(GST_LOADSAVE_SRC)
|
||||
|
||||
dynamic.c: $(top_srcdir)/docs/manual/dynamic.xml
|
||||
|
|
|
@ -20,7 +20,7 @@ gnome_CFLAGS = $(GST_OBJ_CFLAGS) $(LIBGNOMEUI_CFLAGS)
|
|||
EXTRA_DIST = extract.pl
|
||||
|
||||
EXAMPLES = \
|
||||
dynamic $(GNOME) factorymake helloworld \
|
||||
dynamic $(GNOME) elementmake elementget helloworld \
|
||||
init popt queue threads $(GST_LOADSAVE_SRC)
|
||||
|
||||
dynamic.c: $(top_srcdir)/docs/manual/dynamic.xml
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
include ../Rules
|
||||
|
||||
tests_pass = thread1 thread2 thread3 thread4 thread5 threadb threadd threade threadf threadg
|
||||
tests_fail = threadh
|
||||
tests_fail =
|
||||
# threadh
|
||||
|
||||
tests_ignore = queue threadc staticrec
|
||||
tests_ignore = queue threadc
|
||||
# staticrec
|
||||
|
||||
thread1_SOURCES = thread.c
|
||||
thread1_CFLAGS = -DTESTNUM=1 $(AM_CFLAGS)
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
include ../Rules
|
||||
|
||||
tests_pass = thread1 thread2 thread3 thread4 thread5 threadb threadd threade threadf threadg
|
||||
tests_fail = threadh
|
||||
tests_fail =
|
||||
# threadh
|
||||
|
||||
tests_ignore = queue threadc staticrec
|
||||
tests_ignore = queue threadc
|
||||
# staticrec
|
||||
|
||||
thread1_SOURCES = thread.c
|
||||
thread1_CFLAGS = -DTESTNUM=1 $(AM_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue