mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
add gdb target
Original commit message from CVS: add gdb target
This commit is contained in:
parent
7aac0c417e
commit
bb5e728f97
2 changed files with 9 additions and 2 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 2485a65b662de25fb7b71857e34411426c6f530c
|
||||
Subproject commit 3a9d355b657cf710011aa1eaadd64f6723527e14
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue