summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-04 07:07:45 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-04 07:08:45 +0200
commit56850099a6a47b8c3f8606f8107d42cb86dfe601 (patch)
tree4e57f8bd07e12e07efd485dae0f6fb52d16232fc /tests
parent20c7977b9ba1c719be0a37a592d7daa365718449 (diff)
flvmux: Enable unit test now that it passes
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index f765386f..d5895314 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -101,6 +101,7 @@ check_PROGRAMS = \
elements/deinterleave \
elements/equalizer \
elements/flvdemux \
+ elements/flvmux \
elements/icydemux \
elements/id3demux \
elements/interleave \
@@ -126,7 +127,6 @@ check_PROGRAMS = \
$(check_wavpack)
VALGRIND_TO_FIX = \
- elements/flvmux \
elements/rtp-payloading
TESTS = $(check_PROGRAMS)
@@ -134,7 +134,6 @@ 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) \