tests/check/Makefile.am: Re-enable cddabasesrc test to see if it works again now.
authorTim-Philipp Müller <tim@centricular.net>
Fri, 29 Sep 2006 15:16:32 +0000 (15:16 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 29 Sep 2006 15:16:32 +0000 (15:16 +0000)
Original commit message from CVS:
* tests/check/Makefile.am:
Re-enable cddabasesrc test to see if it works again
now.

ChangeLog
tests/check/Makefile.am

index 678c336..f64e313 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * tests/check/Makefile.am:
+         Re-enable cddabasesrc test to see if it works again
+         now.
+
 2006-09-29  Wim Taymans  <wim@fluendo.com>
 
        * gst/playback/gstplaybasebin.c: (setup_subtitle),
index 1c27438..f0d39ab 100644 (file)
@@ -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)