summaryrefslogtreecommitdiffstats
path: root/tests/check/Makefile.am
diff options
context:
space:
mode:
authorMichal Benes <michal.benes@xeris.cz>2005-11-01 14:36:02 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-11-01 14:36:02 +0000
commitd52d22ca12c6008a6b32e9ca4e3461eb3282cc87 (patch)
tree18ab6c650a0e36c108c8b94a8fe1b0430a57b1b9 /tests/check/Makefile.am
parentc63a68efb750c3374cd272c0eb99a9a63bd38d12 (diff)
add a unit test for matroskamux fix the bugs that the unit test exposed
Original commit message from CVS: Patch by: Michal Benes <michal.benes@xeris.cz> * check/Makefile.am: * gst/matroska/ebml-write.c: (gst_ebml_write_seek): * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event), (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start): add a unit test for matroskamux fix the bugs that the unit test exposed
Diffstat (limited to 'tests/check/Makefile.am')
-rw-r--r--tests/check/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 7962f685..256c19a0 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -18,7 +18,9 @@ clean-local: clean-local-check
TESTS = $(check_PROGRAMS)
check_PROGRAMS = \
- elements/level
+ elements/level \
+ elements/matroskamux
+
# these tests don't even pass
noinst_PROGRAMS =