comparison src/testdir/Make_vms.mms @ 13146:d9a94be389b5 v8.0.1447

patch 8.0.1447: still too many old style tests commit https://github.com/vim/vim/commit/cada78975eebc47f9b12de1a471639b5afd9ad2f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 31 19:30:24 2018 +0100 patch 8.0.1447: still too many old style tests Problem: Still too many old style tests. Solution: Turn a few tests into new style. (Yegappan Lakshmanan, closes #2509)
author Christian Brabandt <cb@256bit.org>
date Wed, 31 Jan 2018 19:45:05 +0100
parents 71109531c516
children 2e95ea9afa1e
comparison
equal deleted inserted replaced
13145:e85e221ef3ce 13146:d9a94be389b5
72 VIMPROG = <->vim.exe 72 VIMPROG = <->vim.exe
73 73
74 .SUFFIXES : .out .in 74 .SUFFIXES : .out .in
75 75
76 SCRIPT = test1.out test3.out \ 76 SCRIPT = test1.out test3.out \
77 test14.out test15.out \ 77 test14.out \
78 test29.out \ 78 test29.out \
79 test30.out test36.out test37.out test39.out \ 79 test30.out test37.out test39.out \
80 test42.out test44.out test48.out test49.out \ 80 test42.out test44.out test48.out test49.out \
81 test64.out test69.out \ 81 test64.out test69.out \
82 test72.out test77a.out test88.out \ 82 test72.out test77a.out test88.out \
83 test94.out test95.out test99.out test108.out \ 83 test94.out test95.out test99.out test108.out \
84 test_eval.out 84 test_eval.out
106 .IFDEF WANT_UNIX 106 .IFDEF WANT_UNIX
107 SCRIPT_UNIX = test10.out test17.out test27.out test49.out 107 SCRIPT_UNIX = test10.out test17.out test27.out test49.out
108 .ENDIF 108 .ENDIF
109 109
110 .IFDEF WANT_WIN 110 .IFDEF WANT_WIN
111 SCRIPT_WIN = test50.out test52.out 111 SCRIPT_WIN = test52.out
112 .ENDIF 112 .ENDIF
113 113
114 .IFDEF WANT_SPELL 114 .IFDEF WANT_SPELL
115 SCRIPT_SPELL = test59.out 115 SCRIPT_SPELL = test59.out
116 .ENDIF 116 .ENDIF