unbreak testsuite

Original commit message from CVS:
unbreak testsuite
This commit is contained in:
Thomas Vander Stichele 2004-09-08 23:37:07 +00:00
parent bba6ac4b74
commit ecb3dc6865
4 changed files with 10 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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)

View file

@ -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)