From b2ccf417b42d0ed732fc0a72c64ea6e8bf8e5144 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 1 Oct 2002 21:49:55 +0000 Subject: [PATCH] adding spider tests Original commit message from CVS: adding spider tests --- tests/old/Makefile.am | 3 ++- testsuite/Makefile.am | 3 ++- testsuite/autoplug/autoplug.c | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/old/Makefile.am b/tests/old/Makefile.am index d4085270d5..3b56b05427 100644 --- a/tests/old/Makefile.am +++ b/tests/old/Makefile.am @@ -1,5 +1,6 @@ -SUBDIRS=#seeking ##autoplug +SUBDIRS=spider #seeking ##autoplug ##DIST_SUBDIRS=##autoplug +DIST_SUBDIRS=spider GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd) diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index d4085270d5..3b56b05427 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -1,5 +1,6 @@ -SUBDIRS=#seeking ##autoplug +SUBDIRS=spider #seeking ##autoplug ##DIST_SUBDIRS=##autoplug +DIST_SUBDIRS=spider GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd) diff --git a/testsuite/autoplug/autoplug.c b/testsuite/autoplug/autoplug.c index bba607a017..2adca30369 100644 --- a/testsuite/autoplug/autoplug.c +++ b/testsuite/autoplug/autoplug.c @@ -1,5 +1,6 @@ #include +/* FIXME: add a description of what this test does */ static void new_object_added (GstAutoplug *autoplug, GstObject *object) {