From ecb3dc6865526251a68a8b2e594849e590bcb7e9 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 8 Sep 2004 23:37:07 +0000 Subject: [PATCH] unbreak testsuite Original commit message from CVS: unbreak testsuite --- examples/manual/Makefile.am | 2 +- tests/old/examples/manual/Makefile.am | 2 +- tests/old/testsuite/threads/Makefile.am | 6 ++++-- testsuite/threads/Makefile.am | 6 ++++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/examples/manual/Makefile.am b/examples/manual/Makefile.am index 81239ff13e..99b5f2d26c 100644 --- a/examples/manual/Makefile.am +++ b/examples/manual/Makefile.am @@ -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 diff --git a/tests/old/examples/manual/Makefile.am b/tests/old/examples/manual/Makefile.am index 81239ff13e..99b5f2d26c 100644 --- a/tests/old/examples/manual/Makefile.am +++ b/tests/old/examples/manual/Makefile.am @@ -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 diff --git a/tests/old/testsuite/threads/Makefile.am b/tests/old/testsuite/threads/Makefile.am index 1b3676fedb..7230847d03 100644 --- a/tests/old/testsuite/threads/Makefile.am +++ b/tests/old/testsuite/threads/Makefile.am @@ -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) diff --git a/testsuite/threads/Makefile.am b/testsuite/threads/Makefile.am index 1b3676fedb..7230847d03 100644 --- a/testsuite/threads/Makefile.am +++ b/testsuite/threads/Makefile.am @@ -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)