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.
This commit is contained in:
parent
4d7cae319e
commit
7a71c68fa8
@ -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>
|
2007-03-08 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* tests/check/elements/.cvsignore:
|
* tests/check/elements/.cvsignore:
|
||||||
|
@ -49,6 +49,9 @@ check_PROGRAMS = \
|
|||||||
elements/videofilter \
|
elements/videofilter \
|
||||||
$(check_taglib)
|
$(check_taglib)
|
||||||
|
|
||||||
|
VALGRIND_TO_FIX = \
|
||||||
|
generic/states
|
||||||
|
|
||||||
TESTS = $(check_PROGRAMS)
|
TESTS = $(check_PROGRAMS)
|
||||||
|
|
||||||
# these tests don't even pass
|
# 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)
|
LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
|
||||||
|
|
||||||
# valgrind testing
|
# valgrind testing
|
||||||
VALGRIND_TESTS_DISABLE =
|
VALGRIND_TESTS_DISABLE = $(VALGRIND_TO_FIX)
|
||||||
|
|
||||||
SUPPRESSIONS = $(top_srcdir)/common/gst.supp
|
SUPPRESSIONS = $(top_srcdir)/common/gst.supp
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user