summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2007-03-08 12:23:57 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2007-03-08 12:23:57 +0000
commit7a71c68fa858b1db6d08ba62bd7da723c03d9d05 (patch)
treeb0639b96537d8019c7128935648beae3c1a8d5f3
parent4d7cae319eb04e8e444460f332488b16094ff0eb (diff)
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.
-rw-r--r--ChangeLog6
-rw-r--r--tests/check/Makefile.am5
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 34e739ce..c3a74a6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * tests/check/Makefile.am:
+ Disable the states check until the remaining Valgrind errors
+ are fixed or suppressed.
+
2007-03-08 Sebastian Dröge <slomo@circular-chaos.org>
* tests/check/elements/.cvsignore:
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