mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
check/Makefile.am: deactivate the failing test
Original commit message from CVS: * check/Makefile.am: deactivate the failing test
This commit is contained in:
parent
e7081a76ce
commit
6e017cb474
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-09-06 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* check/Makefile.am:
|
||||
deactivate the failing test
|
||||
|
||||
2005-09-06 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* check/Makefile.am:
|
||||
|
|
|
@ -33,12 +33,13 @@ check_PROGRAMS = \
|
|||
elements/audioconvert \
|
||||
elements/audioresample \
|
||||
elements/volume \
|
||||
pipelines/simple_launch_lines \
|
||||
$(check_vorbis)
|
||||
|
||||
# these tests don't even pass
|
||||
# generic/states: elements need state fixin' before this can be added
|
||||
# pipelines/simple_launch_lines: needs negotioation fixing
|
||||
noinst_PROGRAMS = \
|
||||
pipelines/simple_launch_lines \
|
||||
generic/states
|
||||
|
||||
AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS)
|
||||
|
|
|
@ -33,12 +33,13 @@ check_PROGRAMS = \
|
|||
elements/audioconvert \
|
||||
elements/audioresample \
|
||||
elements/volume \
|
||||
pipelines/simple_launch_lines \
|
||||
$(check_vorbis)
|
||||
|
||||
# these tests don't even pass
|
||||
# generic/states: elements need state fixin' before this can be added
|
||||
# pipelines/simple_launch_lines: needs negotioation fixing
|
||||
noinst_PROGRAMS = \
|
||||
pipelines/simple_launch_lines \
|
||||
generic/states
|
||||
|
||||
AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue