Re: dtc: Add valgrind support to testsuite

2007-11-26 Thread David Gibson
On Mon, Nov 26, 2007 at 04:10:39PM -0600, Jon Loeliger wrote: > So, like, the other day David Gibson mumbled: > > This patch adds some options to the run_tests.sh script allowing it to > > run all the testcases under valgrind to check for pointer corruption > > bugs and memory leaks. Invoking "mak

Re: dtc: Add valgrind support to testsuite

2007-11-26 Thread Jon Loeliger
So, like, the other day David Gibson mumbled: > This patch adds some options to the run_tests.sh script allowing it to > run all the testcases under valgrind to check for pointer corruption > bugs and memory leaks. Invoking "make checkm" will run the testsuite > with valgrind. > > It include a me

dtc: Add valgrind support to testsuite

2007-11-20 Thread David Gibson
This patch adds some options to the run_tests.sh script allowing it to run all the testcases under valgrind to check for pointer corruption bugs and memory leaks. Invoking "make checkm" will run the testsuite with valgrind. It include a mechanism for specifying valgrind errors to be suppressed on