pygst.py.in: Don't import non-used modules
authorEdward Hervey <bilboed@bilboed.com>
Fri, 9 Jun 2006 14:19:16 +0000 (14:19 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 9 Jun 2006 14:19:16 +0000 (14:19 +0000)
Original commit message from CVS:
* pygst.py.in:
Don't import non-used modules
* testsuite/Makefile.am:
Heavy valgrinding por favor !
(%.valgrind): with always-malloc for GSlice

ChangeLog
testsuite/Makefile.am

index 79e0d1b..b04cfe7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
        Don't import non-used modules
        * testsuite/Makefile.am:
        Heavy valgrinding por favor !
+       (%.valgrind): with always-malloc for GSlice
 
 2006-06-09  Edward Hervey  <edward@fluendo.com>
 
index edfc128..31e7b51 100644 (file)
@@ -65,6 +65,7 @@ TESTS_ENVIRONMENT = PYTHONPATH=$(top_srcdir)/:$(PYTHONPATH)
 # valgrind any given test_x.py by running make test_x.py.valgrind
 %.valgrind: %
        $(TESTS_ENVIRONMENT)                                    \
+       G_SLICE=always-malloc                                   \
        $(VALGRIND_PATH) -q                                     \
        --suppressions=$(GSTSUPP)                               \
        --suppressions=$(PYTHONSUPP)                            \