comparison src/testdir/Makefile @ 1920:3dfff6a80088 v7.2.217

updated for version 7.2-217
author vimboss
date Wed, 24 Jun 2009 16:08:18 +0000
parents df7ceb64b0c6
children ba2ac6b5bfb9
comparison
equal deleted inserted replaced
1919:6e9c10c63e25 1920:3dfff6a80088
2 # Makefile to run all tests for Vim 2 # Makefile to run all tests for Vim
3 # 3 #
4 4
5 VIMPROG = ../vim 5 VIMPROG = ../vim
6 6
7 # Uncomment this line for using valgrind. 7 # Uncomment this line to use valgrind for memory leaks and extra warnings.
8 # The output goes into a file "valgrind.$PID" (sorry, no test number). 8 # The output goes into a file "valgrind.testN"
9 # VALGRIND = valgrind --tool=memcheck --leak-check=yes --num-callers=15 --logfile=valgrind 9 # Vim should be compiled with EXITFREE to avoid false warnings.
10 # This will make testing about 10 times as slow.
11 # VALGRIND = valgrind --tool=memcheck --leak-check=yes --num-callers=15 --log-file=valgrind.$*
10 12
11 SCRIPTS = test1.out test2.out test3.out test4.out test5.out test6.out \ 13 SCRIPTS = test1.out test2.out test3.out test4.out test5.out test6.out \
12 test7.out test8.out test9.out test10.out test11.out \ 14 test7.out test8.out test9.out test10.out test11.out \
13 test12.out test13.out test14.out test15.out test17.out \ 15 test12.out test13.out test14.out test15.out test17.out \
14 test18.out test19.out test20.out test21.out test22.out \ 16 test18.out test19.out test20.out test21.out test22.out \