fix tests
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 15 Mar 2004 17:51:07 +0000 (17:51 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 15 Mar 2004 17:51:07 +0000 (17:51 +0000)
Original commit message from CVS:
fix tests

ChangeLog
docs/gst/tmpl/gstxml.sgml
tests/old/testsuite/Rules
tests/old/testsuite/plugin/Makefile.am
testsuite/Rules
testsuite/plugin/Makefile.am

index 3387de4..d6659c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,9 +2,6 @@
 
        * testsuite/Rules:
           fix gst-register rules
-       * testsuite/plugin/Makefile.am:
-          move gst-register as a test to only plugin, since it's the only
-          one needing it
 
 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
 
index d4754e3..d0248f2 100644 (file)
@@ -9,13 +9,11 @@ GstXML
 
 </para>
 
-
 <!-- ##### SECTION See_Also ##### -->
 <para>
 
 </para>
 
-
 <!-- ##### FUNCTION gst_xml_new ##### -->
 <para>
 
@@ -111,6 +109,10 @@ GstXML
 
 </para>
 
+@: 
+@: 
+@:
+
 @gstxml: the object which received the signal.
 @arg1: 
 @arg2: 
@@ -120,7 +122,7 @@ GstXML
 
 </para>
 
-@
-@: 
-@: 
+@gstxml: the object which received the signal.
+@arg1
+@arg2
 
index 783be28..cbb722c 100644 (file)
@@ -7,7 +7,9 @@ TESTS_ENVIRONMENT=\
 
 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
 
-check_PROGRAMS = $(tests_pass) $(tests_fail)
+check_PROGRAMS = \
+       $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ \
+       $(tests_pass) $(tests_fail)
 
 # make all tests depend on the versioned gst-register
 $(tests_pass) $(tests_fail): $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@
index d40b1a0..9754ce6 100644 (file)
@@ -3,7 +3,7 @@ include ../Rules
 
 plugin_LTLIBRARIES = libtestplugin.la libtestplugin2.la
 
-tests_pass = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ dynamic linked loading registry static static2
+tests_pass = dynamic linked loading registry static static2
 tests_fail =
 
 
index 783be28..cbb722c 100644 (file)
@@ -7,7 +7,9 @@ TESTS_ENVIRONMENT=\
 
 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
 
-check_PROGRAMS = $(tests_pass) $(tests_fail)
+check_PROGRAMS = \
+       $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ \
+       $(tests_pass) $(tests_fail)
 
 # make all tests depend on the versioned gst-register
 $(tests_pass) $(tests_fail): $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@
index d40b1a0..9754ce6 100644 (file)
@@ -3,7 +3,7 @@ include ../Rules
 
 plugin_LTLIBRARIES = libtestplugin.la libtestplugin2.la
 
-tests_pass = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ dynamic linked loading registry static static2
+tests_pass = dynamic linked loading registry static static2
 tests_fail =