summaryrefslogtreecommitdiffstats
path: root/src/testdir
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-06-24 16:08:18 +0000
committerBram Moolenaar <Bram@vim.org>2009-06-24 16:08:18 +0000
commit0c77b7ba516bae84e1500a4ccac1de1b00d70751 (patch)
tree8ebd683f0f11c21cd4297277c368e7b7386f67df /src/testdir
parentb849e713e2163bf3063b118a2c0a8e6ce88521fc (diff)
updated for version 7.2-217v7.2.217
Diffstat (limited to 'src/testdir')
-rw-r--r--src/testdir/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/testdir/Makefile b/src/testdir/Makefile
index b60bd4885a..50386ec775 100644
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -4,9 +4,11 @@
VIMPROG = ../vim
-# Uncomment this line for using valgrind.
-# The output goes into a file "valgrind.$PID" (sorry, no test number).
-# VALGRIND = valgrind --tool=memcheck --leak-check=yes --num-callers=15 --logfile=valgrind
+# Uncomment this line to use valgrind for memory leaks and extra warnings.
+# The output goes into a file "valgrind.testN"
+# Vim should be compiled with EXITFREE to avoid false warnings.
+# This will make testing about 10 times as slow.
+# VALGRIND = valgrind --tool=memcheck --leak-check=yes --num-callers=15 --log-file=valgrind.$*
SCRIPTS = test1.out test2.out test3.out test4.out test5.out test6.out \
test7.out test8.out test9.out test10.out test11.out \