From d44570cfdd842176ae0168a50171d3c1232e9d0d Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 9 Mar 2007 18:49:37 +0000 Subject: tests/check/Makefile.am: Re-enable the states test and see if it works on the buildbots. Original commit message from CVS: * tests/check/Makefile.am: Re-enable the states test and see if it works on the buildbots. --- ChangeLog | 5 +++++ common | 2 +- tests/check/Makefile.am | 3 +-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9d9ab6c6..80988669 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-09 Jan Schmidt + + * tests/check/Makefile.am: + Re-enable the states test and see if it works on the buildbots. + 2007-03-09 Jan Schmidt * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps), diff --git a/common b/common index ea828a47..dec151d1 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit ea828a478fe11561881a6eaf1f7bf2b0b77c8c85 +Subproject commit dec151d15512e4cca2dcdd36d9c6c4a2185760ec diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index a63671d7..b4404add 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -49,8 +49,7 @@ check_PROGRAMS = \ elements/videofilter \ $(check_taglib) -VALGRIND_TO_FIX = \ - generic/states +VALGRIND_TO_FIX = TESTS = $(check_PROGRAMS) -- cgit