From 7a71c68fa858b1db6d08ba62bd7da723c03d9d05 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 8 Mar 2007 12:23:57 +0000 Subject: tests/check/Makefile.am: Disable the states check until the remaining Valgrind errors are fixed or suppressed. Original commit message from CVS: * tests/check/Makefile.am: Disable the states check until the remaining Valgrind errors are fixed or suppressed. --- tests/check/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index fe67304a..a63671d7 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -49,6 +49,9 @@ check_PROGRAMS = \ elements/videofilter \ $(check_taglib) +VALGRIND_TO_FIX = \ + generic/states + TESTS = $(check_PROGRAMS) # these tests don't even pass @@ -60,7 +63,7 @@ AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS) LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS) # valgrind testing -VALGRIND_TESTS_DISABLE = +VALGRIND_TESTS_DISABLE = $(VALGRIND_TO_FIX) SUPPRESSIONS = $(top_srcdir)/common/gst.supp -- cgit