pygst.py.in: Don't import non-used modules
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
This commit is contained in:
parent
981bd2cbd8
commit
2bd7a2b2e2
@ -4,6 +4,7 @@
|
|||||||
Don't import non-used modules
|
Don't import non-used modules
|
||||||
* testsuite/Makefile.am:
|
* testsuite/Makefile.am:
|
||||||
Heavy valgrinding por favor !
|
Heavy valgrinding por favor !
|
||||||
|
(%.valgrind): with always-malloc for GSlice
|
||||||
|
|
||||||
2006-06-09 Edward Hervey <edward@fluendo.com>
|
2006-06-09 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
|
@ -65,6 +65,7 @@ TESTS_ENVIRONMENT = PYTHONPATH=$(top_srcdir)/:$(PYTHONPATH)
|
|||||||
# valgrind any given test_x.py by running make test_x.py.valgrind
|
# valgrind any given test_x.py by running make test_x.py.valgrind
|
||||||
%.valgrind: %
|
%.valgrind: %
|
||||||
$(TESTS_ENVIRONMENT) \
|
$(TESTS_ENVIRONMENT) \
|
||||||
|
G_SLICE=always-malloc \
|
||||||
$(VALGRIND_PATH) -q \
|
$(VALGRIND_PATH) -q \
|
||||||
--suppressions=$(GSTSUPP) \
|
--suppressions=$(GSTSUPP) \
|
||||||
--suppressions=$(PYTHONSUPP) \
|
--suppressions=$(PYTHONSUPP) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user