From d1479db4ba07df0d0d842196c5e359b5da5ec5d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 29 Sep 2006 15:16:32 +0000 Subject: [PATCH] tests/check/Makefile.am: Re-enable cddabasesrc test to see if it works again now. Original commit message from CVS: * tests/check/Makefile.am: Re-enable cddabasesrc test to see if it works again now. --- ChangeLog | 6 ++++++ tests/check/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 678c336770..f64e31306b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-09-29 Tim-Philipp Müller + + * tests/check/Makefile.am: + Re-enable cddabasesrc test to see if it works again + now. + 2006-09-29 Wim Taymans * gst/playback/gstplaybasebin.c: (setup_subtitle), diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 1c274387f6..f0d39ab431 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -63,6 +63,7 @@ check_PROGRAMS = \ generic/clock-selection \ generic/states \ libs/audio \ + libs/cddabasesrc \ libs/tag \ libs/video \ pipelines/simple-launch-lines @@ -78,7 +79,6 @@ VALGRIND_TO_FIX = \ # these tests don't even pass noinst_PROGRAMS = \ - libs/cddabasesrc \ elements/ffmpegcolorspace AM_CFLAGS = $(GST_CFLAGS) $(GST_CHECK_CFLAGS)