1
0
mirror of https://github.com/git/git.git synced 2024-09-21 07:29:46 +02:00
git/t/valgrind
Johannes Schindelin 268fac6919 Add a script to coalesce the valgrind outputs
After running the valgrind tests with GIT_TEST_TREE=t, the test output
is in the test-results/$TEST.out files.

Call ./valgrind/analyze.sh in $GIT_ROOT/t/ to group the valgrind errors
by backtrace.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2009-02-03 22:01:18 -08:00
..
.gitignore
analyze.sh Add a script to coalesce the valgrind outputs 2009-02-03 22:01:18 -08:00
default.supp
valgrind.sh