summaryrefslogtreecommitdiffstats
path: root/tests/check/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check/Makefile.am')
-rw-r--r--tests/check/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index c649b8e9..55198e38 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -34,7 +34,6 @@ endif
check_PROGRAMS = \
$(check_annodex) \
elements/audiopanorama \
- elements/autodetect \
elements/avimux \
elements/level \
elements/matroskamux \
@@ -44,7 +43,9 @@ check_PROGRAMS = \
TESTS = $(check_PROGRAMS)
# these tests don't even pass
-noinst_PROGRAMS =
+# autodetect: temporarily disabled because of broken videosinks in -bad
+noinst_PROGRAMS = \
+ elements/autodetect
AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS)
LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)