mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 20:59:44 +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 \
|
gst/gstvalue \
|
||||||
elements/fakesrc \
|
elements/fakesrc \
|
||||||
elements/identity \
|
elements/identity \
|
||||||
|
generic/states \
|
||||||
pipelines/simple_launch_lines \
|
pipelines/simple_launch_lines \
|
||||||
pipelines/cleanup \
|
pipelines/cleanup \
|
||||||
states/sinks \
|
states/sinks \
|
||||||
gst-libs/controller \
|
gst-libs/controller \
|
||||||
gst-libs/gdp
|
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@ \
|
TESTS = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ \
|
||||||
$(check_PROGRAMS)
|
$(check_PROGRAMS)
|
||||||
|
|
||||||
|
@ -87,7 +83,6 @@ gst_libs_controller_LDADD = $(GST_OBJ_LIBS) \
|
||||||
# valgrind testing
|
# valgrind testing
|
||||||
# these just need valgrind fixing, period
|
# these just need valgrind fixing, period
|
||||||
TESTS_TO_FIX = \
|
TESTS_TO_FIX = \
|
||||||
generic/states \
|
|
||||||
gst-libs/controller \
|
gst-libs/controller \
|
||||||
pipelines/cleanup \
|
pipelines/cleanup \
|
||||||
pipelines/simple_launch_lines
|
pipelines/simple_launch_lines
|
||||||
|
|
|
@ -52,17 +52,13 @@ check_PROGRAMS = \
|
||||||
gst/gstvalue \
|
gst/gstvalue \
|
||||||
elements/fakesrc \
|
elements/fakesrc \
|
||||||
elements/identity \
|
elements/identity \
|
||||||
|
generic/states \
|
||||||
pipelines/simple_launch_lines \
|
pipelines/simple_launch_lines \
|
||||||
pipelines/cleanup \
|
pipelines/cleanup \
|
||||||
states/sinks \
|
states/sinks \
|
||||||
gst-libs/controller \
|
gst-libs/controller \
|
||||||
gst-libs/gdp
|
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@ \
|
TESTS = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ \
|
||||||
$(check_PROGRAMS)
|
$(check_PROGRAMS)
|
||||||
|
|
||||||
|
@ -87,7 +83,6 @@ gst_libs_controller_LDADD = $(GST_OBJ_LIBS) \
|
||||||
# valgrind testing
|
# valgrind testing
|
||||||
# these just need valgrind fixing, period
|
# these just need valgrind fixing, period
|
||||||
TESTS_TO_FIX = \
|
TESTS_TO_FIX = \
|
||||||
generic/states \
|
|
||||||
gst-libs/controller \
|
gst-libs/controller \
|
||||||
pipelines/cleanup \
|
pipelines/cleanup \
|
||||||
pipelines/simple_launch_lines
|
pipelines/simple_launch_lines
|
||||||
|
|
Loading…
Reference in a new issue