fix tests

Original commit message from CVS:
fix tests
This commit is contained in:
Thomas Vander Stichele 2004-03-15 17:51:07 +00:00
parent 563d272840
commit f41fbc0ed5
6 changed files with 15 additions and 12 deletions

View file

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

View 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:

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

View 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 =

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

View 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 =