[Lxml-checkins] r51741 - lxml/trunk

scoder at codespeak.net scoder at codespeak.net
Thu Feb 21 17:19:44 CET 2008


Author: scoder
Date: Thu Feb 21 17:19:44 2008
New Revision: 51741

Modified:
   lxml/trunk/   (props changed)
   lxml/trunk/Makefile
Log:
 r3551 at delle:  sbehnel | 2008-02-19 21:51:25 +0100
 gdb make target


Modified: lxml/trunk/Makefile
==============================================================================
--- lxml/trunk/Makefile	(original)
+++ lxml/trunk/Makefile	Thu Feb 21 17:19:44 2008
@@ -24,6 +24,10 @@
 	valgrind --tool=memcheck --leak-check=full --num-callers=30 --suppressions=valgrind-python.supp \
 		$(PYTHON) test.py
 
+gdb_test_inplace: inplace
+	@echo -e "file $(PYTHON)\nrun test.py" > .gdb.command
+	gdb -x .gdb.command -d src -d src/lxml
+
 bench_inplace: inplace
 	$(PYTHON) benchmark/bench_etree.py -i
 	$(PYTHON) benchmark/bench_xpath.py -i
@@ -51,6 +55,8 @@
 
 valtest: valgrind_test_inplace
 
+gdbtest: gdb_test_inplace
+
 bench: bench_inplace
 
 ftest: ftest_inplace


More information about the lxml-checkins mailing list