mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
fix tests
Original commit message from CVS: fix tests
This commit is contained in:
parent
563d272840
commit
f41fbc0ed5
6 changed files with 15 additions and 12 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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@
|
||||
|
|
|
@ -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 =
|
||||
|
||||
|
||||
|
|
|
@ -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@
|
||||
|
|
|
@ -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 =
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue