added "make valgrind" targets to run the test suite under the debugger
authorDaniel Veillard <veillard@src.gnome.org>
Tue, 19 Mar 2002 18:52:17 +0000 (18:52 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Tue, 19 Mar 2002 18:52:17 +0000 (18:52 +0000)
commitf6f08bd890020ae91aeb00e9ac99d99460733ee2
treedfd3b24967cd6af4b7768d4c501402a588eccaae
parent073f51a7408de89931721bcfd5e382a1f0f09d39
added "make valgrind" targets to run the test suite under the debugger

* Makefile.am tests/Makefile.am tests/*/Makefile.am
  tests/*/*/Makefile.am : added "make valgrind" targets
  to run the test suite under the debugger control
* transform.c: valgrind spotted 2 bugs, one related to
  the ordering of the deallocation of the data associated to
  a transofrmation, the second in xsltCopyTree when the new
  node may have been coalesced with an adjacent text node.
  The regression tests now pass cleanly under testgrind.
Daniel
24 files changed:
ChangeLog
Makefile.am
libxslt/transform.c
tests/Makefile.am
tests/REC/Makefile.am
tests/REC1/Makefile.am
tests/REC2/Makefile.am
tests/XSLTMark/Makefile.am
tests/docbook/Makefile.am
tests/documents/Makefile.am
tests/exslt/Makefile.am
tests/exslt/common/Makefile.am
tests/exslt/date/Makefile.am
tests/exslt/functions/Makefile.am
tests/exslt/math/Makefile.am
tests/exslt/sets/Makefile.am
tests/exslt/strings/Makefile.am
tests/extensions/Makefile.am
tests/general/Makefile.am
tests/multiple/Makefile.am
tests/namespaces/Makefile.am
tests/numbers/Makefile.am
tests/reports/Makefile.am
tests/xmlspec/Makefile.am