summaryrefslogtreecommitdiffstats
path: root/tests/check/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-01 12:19:41 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-01 12:19:41 +0100
commit8c230e08f5125a1031266c7be1320490c10b60f4 (patch)
tree0e243f1543078064658a6c7b55b92d15e405737c /tests/check/Makefile.am
parent6227a6118e803561877b6a8ccbe023c6e53ec5e8 (diff)
checks: add basic unit test for flvmux, but disable it for now
Basic unit test for flvmux. Fails miserably, hence disabled for now.
Diffstat (limited to 'tests/check/Makefile.am')
-rw-r--r--tests/check/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index faff1f09..f765386f 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -126,6 +126,7 @@ check_PROGRAMS = \
$(check_wavpack)
VALGRIND_TO_FIX = \
+ elements/flvmux \
elements/rtp-payloading
TESTS = $(check_PROGRAMS)
@@ -133,6 +134,7 @@ TESTS = $(check_PROGRAMS)
# these tests don't even pass
# autodetect: temporarily disabled because of broken videosinks in -bad
noinst_PROGRAMS = \
+ elements/flvmux \
elements/autodetect
AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS) \