check.mak: Set G_SLICE=always-malloc when valgrinding tests (closes #333272)
authorJan Schmidt <thaytan@mad.scientist.com>
Wed, 8 Mar 2006 10:23:44 +0000 (10:23 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Wed, 8 Mar 2006 10:23:44 +0000 (10:23 +0000)
Original commit message from CVS:
* check.mak:
Set G_SLICE=always-malloc when valgrinding tests
(closes #333272)

ChangeLog
check.mak

index 8011a9e..819c64c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
+
+       * check.mak:
+       Set G_SLICE=always-malloc when valgrinding tests
+       (closes #333272)
+
 2006-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
 
        * m4/gst-glib2.m4:
index 63298d6..d5ab157 100644 (file)
--- a/check.mak
+++ b/check.mak
@@ -43,6 +43,7 @@ LOOPS = 10
 %.valgrind: %
        $(TESTS_ENVIRONMENT)                                    \
        CK_DEFAULT_TIMEOUT=60                                   \
+       G_SLICE=always-malloc                                   \
        libtool --mode=execute                                  \
        $(VALGRIND_PATH) -q --suppressions=$(SUPPRESSIONS)      \
        --tool=memcheck --leak-check=full --trace-children=yes  \