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
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>
# 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) \