disable test while wim is fixing
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 24 Aug 2005 17:24:21 +0000 (17:24 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 24 Aug 2005 17:24:21 +0000 (17:24 +0000)
Original commit message from CVS:
disable test while wim is fixing

check/Makefile.am
tests/check/Makefile.am

index 286f13f..a2aae04 100644 (file)
@@ -55,10 +55,14 @@ check_PROGRAMS =                            \
        pipelines/simple_launch_lines           \
        pipelines/cleanup                       \
        states/sinks                            \
-       generic/states                          \
        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)
 
index 286f13f..a2aae04 100644 (file)
@@ -55,10 +55,14 @@ check_PROGRAMS =                            \
        pipelines/simple_launch_lines           \
        pipelines/cleanup                       \
        states/sinks                            \
-       generic/states                          \
        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)