From d52d22ca12c6008a6b32e9ca4e3461eb3282cc87 Mon Sep 17 00:00:00 2001 From: Michal Benes Date: Tue, 1 Nov 2005 14:36:02 +0000 Subject: add a unit test for matroskamux fix the bugs that the unit test exposed Original commit message from CVS: Patch by: Michal Benes * 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 --- tests/check/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') 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 = -- cgit