t/Makefile: provide a 'valgrind' target
commit7f6fdea1198cd7599c25cf9435df8540e9378a15
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 3 Feb 2009 23:26:18 +0000 (4 00:26 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Feb 2009 06:01:14 +0000 (3 22:01 -0800)
tree4ccfb6986d9938f331b7e294210ed878de163d52
parent44138559e8b7c89768a2450220b831847059311c
t/Makefile: provide a 'valgrind' target

It is easy to forget running valgrinded tests without -v, and it is
also easy to forget to redirect the output to "tee" (lest the output
scroll out of the terminal's buffer).  Running "make valgrind" will
take care of all that.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/Makefile