add gdb target

Original commit message from CVS:
add gdb target
This commit is contained in:
Thomas Vander Stichele 2005-10-17 15:05:29 +00:00
parent 7aac0c417e
commit bb5e728f97
2 changed files with 9 additions and 2 deletions

2
common

@ -1 +1 @@
Subproject commit 2485a65b662de25fb7b71857e34411426c6f530c
Subproject commit 3a9d355b657cf710011aa1eaadd64f6723527e14

View file

@ -54,7 +54,14 @@ GSTSUPP = $(top_srcdir)/common/gst.supp
PYTHONSUPP = $(top_srcdir)/testsuite/python.supp
GSTPYTHONSUPP = $(top_srcdir)/testsuite/gstpython.supp
# valgrind any given test_x.py by running make test_x.valgrind
# gdb any given test_x.py by running make test_x.py.gdb
%.gdb: %
$(TESTS_ENVIRONMENT) \
gdb --args \
$(PYTHON) \
$*
# valgrind any given test_x.py by running make test_x.py.valgrind
%.valgrind: %
$(TESTS_ENVIRONMENT) \
$(VALGRIND_PATH) -q \