diff options
author | Edward Hervey <bilboed@bilboed.com> | 2006-06-12 16:51:36 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2006-06-12 16:51:36 +0000 |
commit | 8c3aae38184ece26343c207b2f7cf60a69571f59 (patch) | |
tree | 8f1b16173d86f690dc0534e72dc7fbd12def20c4 /testsuite/cleanup.py | |
parent | 744d54fc59e3375692179dacf0cbbc2a12835ff0 (diff) |
testsuite/: Added cleanup file to initialize registry before running checks.
Original commit message from CVS:
* testsuite/Makefile.am:
* testsuite/runtests.py:
* testsuite/cleanup.py:
Added cleanup file to initialize registry before running checks.
Added G_DEBUG=gc-friendly to valgrinding
Only test test_*.py files
Diffstat (limited to 'testsuite/cleanup.py')
-rw-r--r-- | testsuite/cleanup.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/cleanup.py b/testsuite/cleanup.py new file mode 100644 index 0000000..6673d56 --- /dev/null +++ b/testsuite/cleanup.py @@ -0,0 +1,4 @@ +import pygst +pygst.require('0.10') +import gst + |