mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
tests/check/Makefile.am: Exclude dvdreadsrc from the states test too.
Original commit message from CVS: * tests/check/Makefile.am: Exclude dvdreadsrc from the states test too.
This commit is contained in:
parent
2a179a3b1a
commit
add2565a76
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-02-18 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
|
* tests/check/Makefile.am:
|
||||||
|
Exclude dvdreadsrc from the states test too.
|
||||||
|
|
||||||
2008-02-18 Sebastian Dröge <slomo@circular-chaos.org>
|
2008-02-18 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* gst/mpegaudioparse/gstmpegaudioparse.c:
|
* gst/mpegaudioparse/gstmpegaudioparse.c:
|
||||||
|
|
|
@ -9,7 +9,7 @@ TESTS_ENVIRONMENT = \
|
||||||
$(REGISTRY_ENVIRONMENT) \
|
$(REGISTRY_ENVIRONMENT) \
|
||||||
GST_PLUGIN_SYSTEM_PATH= \
|
GST_PLUGIN_SYSTEM_PATH= \
|
||||||
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(top_builddir)/sys:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR) \
|
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(top_builddir)/sys:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR) \
|
||||||
STATE_IGNORE_ELEMENTS="siddec"
|
STATE_IGNORE_ELEMENTS="siddec dvdreadsrc"
|
||||||
|
|
||||||
# ths core dumps of some machines have PIDs appended
|
# ths core dumps of some machines have PIDs appended
|
||||||
CLEANFILES = core.* test-registry.*
|
CLEANFILES = core.* test-registry.*
|
||||||
|
|
Loading…
Reference in a new issue