mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
wim fixed the task, yay
Original commit message from CVS: wim fixed the task, yay
This commit is contained in:
parent
74c68bb7fc
commit
7444b370c5
2 changed files with 2 additions and 12 deletions
|
@ -52,17 +52,13 @@ check_PROGRAMS = \
|
|||
gst/gstvalue \
|
||||
elements/fakesrc \
|
||||
elements/identity \
|
||||
generic/states \
|
||||
pipelines/simple_launch_lines \
|
||||
pipelines/cleanup \
|
||||
states/sinks \
|
||||
gst-libs/controller \
|
||||
gst-libs/gdp
|
||||
|
||||
# these really need fixing
|
||||
# generic/states generates segfaults and wrong unrefs on slaves
|
||||
noinst_PROGRAMS = \
|
||||
generic/states
|
||||
|
||||
TESTS = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ \
|
||||
$(check_PROGRAMS)
|
||||
|
||||
|
@ -87,7 +83,6 @@ gst_libs_controller_LDADD = $(GST_OBJ_LIBS) \
|
|||
# valgrind testing
|
||||
# these just need valgrind fixing, period
|
||||
TESTS_TO_FIX = \
|
||||
generic/states \
|
||||
gst-libs/controller \
|
||||
pipelines/cleanup \
|
||||
pipelines/simple_launch_lines
|
||||
|
|
|
@ -52,17 +52,13 @@ check_PROGRAMS = \
|
|||
gst/gstvalue \
|
||||
elements/fakesrc \
|
||||
elements/identity \
|
||||
generic/states \
|
||||
pipelines/simple_launch_lines \
|
||||
pipelines/cleanup \
|
||||
states/sinks \
|
||||
gst-libs/controller \
|
||||
gst-libs/gdp
|
||||
|
||||
# these really need fixing
|
||||
# generic/states generates segfaults and wrong unrefs on slaves
|
||||
noinst_PROGRAMS = \
|
||||
generic/states
|
||||
|
||||
TESTS = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ \
|
||||
$(check_PROGRAMS)
|
||||
|
||||
|
@ -87,7 +83,6 @@ gst_libs_controller_LDADD = $(GST_OBJ_LIBS) \
|
|||
# valgrind testing
|
||||
# these just need valgrind fixing, period
|
||||
TESTS_TO_FIX = \
|
||||
generic/states \
|
||||
gst-libs/controller \
|
||||
pipelines/cleanup \
|
||||
pipelines/simple_launch_lines
|
||||
|
|
Loading…
Reference in a new issue