mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
disable test until it stops breaking distcheck
Original commit message from CVS: disable test until it stops breaking distcheck
This commit is contained in:
parent
49fb5c34ac
commit
cb6fca85bf
3 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* testsuite/elements/Makefile.am:
|
||||||
|
disable test until it stops breaking make distcheck
|
||||||
|
|
||||||
2004-04-05 Johan Dahlin <johan@gnome.org>
|
2004-04-05 Johan Dahlin <johan@gnome.org>
|
||||||
|
|
||||||
* po/sv.po: Updated translation
|
* po/sv.po: Updated translation
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
include ../Rules
|
include ../Rules
|
||||||
|
|
||||||
tests_pass = name tee property fake gst-compprep-check gst-inspect-check
|
|
||||||
|
# disable gst-compprep-check until it doesn't leave stray files for distcheck
|
||||||
|
tests_pass = name tee property fake gst-inspect-check
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
|
||||||
noinst_HEADERS = property.h
|
noinst_HEADERS = property.h
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
include ../Rules
|
include ../Rules
|
||||||
|
|
||||||
tests_pass = name tee property fake gst-compprep-check gst-inspect-check
|
|
||||||
|
# disable gst-compprep-check until it doesn't leave stray files for distcheck
|
||||||
|
tests_pass = name tee property fake gst-inspect-check
|
||||||
tests_fail =
|
tests_fail =
|
||||||
|
|
||||||
noinst_HEADERS = property.h
|
noinst_HEADERS = property.h
|
||||||
|
|
Loading…
Reference in a new issue