comparison src/testdir/Make_vms.mms @ 11961:0240e7e3d736 v8.0.0861

patch 8.0.0861: still many old style tests commit https://github.com/vim/vim/commit/4a137b45864310060410f34cb9c7d0f0231bb256 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 4 22:37:11 2017 +0200 patch 8.0.0861: still many old style tests Problem: Still many old style tests. Solution: Convert several tests to new style. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Fri, 04 Aug 2017 22:45:04 +0200
parents 140d51d5b5c3
children 7d7835ab8b37
comparison
equal deleted inserted replaced
11960:e9776f970210 11961:0240e7e3d736
52 # HAVE_GZIP = YES 52 # HAVE_GZIP = YES
53 53
54 # Comment out if you have GNU compatible diff on your system 54 # Comment out if you have GNU compatible diff on your system
55 # HAVE_GDIFF = YES 55 # HAVE_GDIFF = YES
56 56
57 # Comment out if you have GNU compatible cksum on your system
58 # HAVE_CKSUM = YES
59
60 # Comment out if you have ICONV support 57 # Comment out if you have ICONV support
61 # HAVE_ICONV = YES 58 # HAVE_ICONV = YES
62 59
63 # Comment out if you have LUA support 60 # Comment out if you have LUA support
64 # HAVE_LUA = YES 61 # HAVE_LUA = YES
75 VIMPROG = <->vim.exe 72 VIMPROG = <->vim.exe
76 73
77 .SUFFIXES : .out .in 74 .SUFFIXES : .out .in
78 75
79 SCRIPT = test1.out test3.out test4.out test5.out \ 76 SCRIPT = test1.out test3.out test4.out test5.out \
80 test7.out test8.out test9.out \ 77 test7.out test8.out \
81 test14.out test15.out \ 78 test14.out test15.out \
82 test19.out test20.out test22.out \ 79 test19.out test20.out \
83 test28.out test29.out test30.out test31.out test32.out \ 80 test28.out test29.out test30.out test31.out test32.out \
84 test33.out test34.out test36.out test37.out \ 81 test33.out test34.out test36.out test37.out \
85 test38.out test39.out test40.out test41.out test42.out \ 82 test38.out test39.out test40.out test41.out test42.out \
86 test43.out test44.out test45.out \ 83 test43.out test44.out test45.out \
87 test48.out test49.out test51.out test53.out test54.out \ 84 test48.out test49.out test51.out test53.out test54.out \
88 test55.out test56.out test57.out test60.out \ 85 test55.out test56.out test57.out test60.out \
89 test64.out \ 86 test64.out \
90 test66.out test68.out test69.out \ 87 test66.out test68.out test69.out \
91 test72.out \ 88 test72.out \
92 test77a.out test78.out test79.out test80.out \ 89 test77a.out test78.out test79.out test80.out \
93 test84.out test88.out \ 90 test88.out \
94 test91.out test94.out \ 91 test91.out test94.out \
95 test95.out test98.out test99.out \ 92 test95.out test99.out \
96 test103.out test104.out \ 93 test103.out \
97 test107.out test108.out\ 94 test107.out test108.out\
98 test_autocmd_option.out \ 95 test_autocmd_option.out \
99 test_autoformat_join.out \ 96 test_autoformat_join.out \
100 test_breakindent.out \ 97 test_breakindent.out \
101 test_changelist.out \ 98 test_changelist.out \
162 159
163 .IFDEF HAVE_GDIFF 160 .IFDEF HAVE_GDIFF
164 SCRIPT_GDIFF = test47.out 161 SCRIPT_GDIFF = test47.out
165 .ENDIF 162 .ENDIF
166 163
167 .IFDEF HAVE_CKSUM
168 SCRIPT_CKSUM = test77.out
169 .ENDIF
170
171 .IFDEF HAVE_ICONV 164 .IFDEF HAVE_ICONV
172 SCRIPT_ICONV = test83.out 165 SCRIPT_ICONV = test83.out
173 .ENDIF 166 .ENDIF
174 167
175 .IFDEF HAVE_LUA 168 .IFDEF HAVE_LUA
199 -@ !clean up after the test 192 -@ !clean up after the test
200 -@ if "''F$SEARCH("Xdotest.*")'" .NES. "" then delete/noconfirm/nolog Xdotest.*.* 193 -@ if "''F$SEARCH("Xdotest.*")'" .NES. "" then delete/noconfirm/nolog Xdotest.*.*
201 -@ if "''F$SEARCH("Xtest.*")'" .NES. "" then delete/noconfirm/nolog Xtest.*.* 194 -@ if "''F$SEARCH("Xtest.*")'" .NES. "" then delete/noconfirm/nolog Xtest.*.*
202 195
203 all : clean nolog $(START_WITH) $(SCRIPT) $(SCRIPT_GUI) $(SCRIPT_UNIX) $(SCRIPT_WIN) $(SCRIPT_SPELL) $(SCRIPT_ODS5) $(SCRIPT_GZIP) \ 196 all : clean nolog $(START_WITH) $(SCRIPT) $(SCRIPT_GUI) $(SCRIPT_UNIX) $(SCRIPT_WIN) $(SCRIPT_SPELL) $(SCRIPT_ODS5) $(SCRIPT_GZIP) \
204 $(SCRIPT_GDIFF) $(SCRIPT_MZSCH) $(SCRIPT_CKSUM) $(SCRIPT_ICONV) $(SCRIPT_LUA) $(SCRIPT_PYTHON) nolog 197 $(SCRIPT_GDIFF) $(SCRIPT_MZSCH) $(SCRIPT_ICONV) $(SCRIPT_LUA) $(SCRIPT_PYTHON) nolog
205 -@ write sys$output " " 198 -@ write sys$output " "
206 -@ write sys$output "-----------------------------------------------" 199 -@ write sys$output "-----------------------------------------------"
207 -@ write sys$output " All done" 200 -@ write sys$output " All done"
208 -@ write sys$output "-----------------------------------------------" 201 -@ write sys$output "-----------------------------------------------"
209 -@ deassign sys$output 202 -@ deassign sys$output
230 -@ write sys$output " WANT_SPELL = ""$(WANT_SPELL)"" " 223 -@ write sys$output " WANT_SPELL = ""$(WANT_SPELL)"" "
231 -@ write sys$output " WANT_MZSCH = ""$(WANT_MZSCH)"" " 224 -@ write sys$output " WANT_MZSCH = ""$(WANT_MZSCH)"" "
232 -@ write sys$output " HAVE_ODS5 = ""$(HAVE_ODS5)"" " 225 -@ write sys$output " HAVE_ODS5 = ""$(HAVE_ODS5)"" "
233 -@ write sys$output " HAVE_GZIP = ""$(HAVE_GZIP)"" " 226 -@ write sys$output " HAVE_GZIP = ""$(HAVE_GZIP)"" "
234 -@ write sys$output " HAVE_GDIFF = ""$(HAVE_GDIFF)"" " 227 -@ write sys$output " HAVE_GDIFF = ""$(HAVE_GDIFF)"" "
235 -@ write sys$output " HAVE_CKSUM = ""$(HAVE_CKSUM)"" "
236 -@ write sys$output " HAVE_ICONV = ""$(HAVE_ICONV)"" " 228 -@ write sys$output " HAVE_ICONV = ""$(HAVE_ICONV)"" "
237 -@ write sys$output " HAVE_LUA = ""$(HAVE_LUA)"" " 229 -@ write sys$output " HAVE_LUA = ""$(HAVE_LUA)"" "
238 -@ write sys$output " HAVE_PYTHON= ""$(HAVE_PYTHON)"" " 230 -@ write sys$output " HAVE_PYTHON= ""$(HAVE_PYTHON)"" "
239 -@ write sys$output "Default vimrc file is VMS.VIM:" 231 -@ write sys$output "Default vimrc file is VMS.VIM:"
240 -@ write sys$output "-----------------------------------------------" 232 -@ write sys$output "-----------------------------------------------"