adding spider tests
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 1 Oct 2002 21:49:55 +0000 (21:49 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 1 Oct 2002 21:49:55 +0000 (21:49 +0000)
Original commit message from CVS:
adding spider tests

tests/old/Makefile.am
testsuite/Makefile.am
testsuite/autoplug/autoplug.c

index d408527..3b56b05 100644 (file)
@@ -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)
 
index d408527..3b56b05 100644 (file)
@@ -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)
 
index bba607a..2adca30 100644 (file)
@@ -1,5 +1,6 @@
 #include <gst/gst.h>
 
+/* FIXME: add a description of what this test does */
 static void
 new_object_added (GstAutoplug *autoplug, GstObject *object)
 {