testsuite: add --valgrind
commit869fc9c1573ae321ae1cb2923ee0b98a1d4021dc
authorAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Mon, 11 May 2009 08:22:58 +0000 (11 09:22 +0100)
committerJon Masters <jcm@jonmasters.org>
Tue, 19 May 2009 08:52:06 +0000 (19 04:52 -0400)
treec158b10859b029e682b433edfc75c2873479c195
parent2d23075ca0f6560901ddda3645ba49d4c330a867
testsuite: add --valgrind

"valgrindme.sh" has been hanging around for a while without doing
anything. The original idea seems to have been to run under valgrind
automatically. But it is very slow, which discourages one from running
the testsuite. Implement it as an option instead.

In particular, this was useful while writing the binary index code.

Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
Signed-off-by: Jon Masters <jcm@jonmasters.org>
13 files changed:
.gitignore
HACKING
tests/runtests
tests/valgrind/depmod [new symlink]
tests/valgrind/insmod [new symlink]
tests/valgrind/lsmod [new symlink]
tests/valgrind/modindex [new symlink]
tests/valgrind/modinfo [new symlink]
tests/valgrind/modprobe [new symlink]
tests/valgrind/rmmod [new symlink]
tests/valgrind/suppressions [moved from tests/vg-suppressions with 100% similarity]
tests/valgrind/valgrindme.sh [new file with mode: 0755]
tests/valgrindme.sh [deleted file]