comparison src/testdir/Make_vms.mms @ 21741:baccf9e06efe v8.2.1420

patch 8.2.1420: test 49 is old style Commit: https://github.com/vim/vim/commit/f7c4d83609acdfe0e4d0fec9413697ac97c0c3f9 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 11 20:42:19 2020 +0200 patch 8.2.1420: test 49 is old style Problem: Test 49 is old style. Solution: Convert remaining parts to new style. Remove obsolete items. (Yegappan Lakshmanan, closes #6683)
author Bram Moolenaar <Bram@vim.org>
date Tue, 11 Aug 2020 20:45:05 +0200
parents 24cb89db078d
children 30bdd2e4a6f9
comparison
equal deleted inserted replaced
21740:54928f1c0d20 21741:baccf9e06efe
25 ####################################################################### 25 #######################################################################
26 26
27 # Uncomment if you want tests in GUI mode. Terminal mode is default. 27 # Uncomment if you want tests in GUI mode. Terminal mode is default.
28 # WANT_GUI = YES 28 # WANT_GUI = YES
29 29
30 # Comment out if you want to run Unix specific tests as well, but please
31 # be aware, that on OpenVMS will fail, because of cat, rm, etc commands
32 # and directory handling.
33 # WANT_UNIX = YES
34
35 # Comment out if you have gzip on your system
36 # HAVE_GZIP = YES
37
38 # Comment out if you have GNU compatible diff on your system
39 # HAVE_GDIFF = YES
40
41 # Comment out if you have ICONV support
42 # HAVE_ICONV = YES
43
44 # Comment out if you have LUA support
45 # HAVE_LUA = YES
46
47 # Comment out if you have PYTHON support
48 # HAVE_PYTHON = YES
49
50 ####################################################################### 30 #######################################################################
51 # End of configuration section. 31 # End of configuration section.
52 # 32 #
53 # Please, do not change anything below without programming experience. 33 # Please, do not change anything below without programming experience.
54 ####################################################################### 34 #######################################################################
55 35
56 VIMPROG = <->vim.exe 36 VIMPROG = <->vim.exe
57 37
58 .SUFFIXES : .out .in 38 .SUFFIXES : .out .in
59 39
60 SCRIPT = test1.out test49.out test77a.out 40 SCRIPT = test1.out test77a.out
61 41
62 .IFDEF WANT_GUI 42 .IFDEF WANT_GUI
63 GUI_OPTION = -g 43 GUI_OPTION = -g
64 .ENDIF
65
66 .IFDEF WANT_UNIX
67 SCRIPT_UNIX = test49.out
68 .ENDIF 44 .ENDIF
69 45
70 .in.out : 46 .in.out :
71 -@ !clean up before doing the test 47 -@ !clean up before doing the test
72 -@ if "''F$SEARCH("test.out.*")'" .NES. "" then delete/noconfirm/nolog test.out.* 48 -@ if "''F$SEARCH("test.out.*")'" .NES. "" then delete/noconfirm/nolog test.out.*
85 -@ if "''F$SEARCH("$*.out.*")'" .NES. "" then differences /par $*.out $*.ok; 61 -@ if "''F$SEARCH("$*.out.*")'" .NES. "" then differences /par $*.out $*.ok;
86 -@ !clean up after the test 62 -@ !clean up after the test
87 -@ if "''F$SEARCH("Xdotest.*")'" .NES. "" then delete/noconfirm/nolog Xdotest.*.* 63 -@ if "''F$SEARCH("Xdotest.*")'" .NES. "" then delete/noconfirm/nolog Xdotest.*.*
88 -@ if "''F$SEARCH("Xtest.*")'" .NES. "" then delete/noconfirm/nolog Xtest.*.* 64 -@ if "''F$SEARCH("Xtest.*")'" .NES. "" then delete/noconfirm/nolog Xtest.*.*
89 65
90 all : clean nolog $(START_WITH) $(SCRIPT) $(SCRIPT_UNIX) nolog 66 all : clean nolog $(START_WITH) $(SCRIPT) nolog
91 -@ write sys$output " " 67 -@ write sys$output " "
92 -@ write sys$output "-----------------------------------------------" 68 -@ write sys$output "-----------------------------------------------"
93 -@ write sys$output " All done" 69 -@ write sys$output " All done"
94 -@ write sys$output "-----------------------------------------------" 70 -@ write sys$output "-----------------------------------------------"
95 -@ deassign sys$output 71 -@ deassign sys$output
109 -@ write sys$output "-----------------------------------------------" 85 -@ write sys$output "-----------------------------------------------"
110 -@ write sys$output " Test results:" 86 -@ write sys$output " Test results:"
111 -@ write sys$output "-----------------------------------------------" 87 -@ write sys$output "-----------------------------------------------"
112 -@ write sys$output "MAKE_VMS.MMS options:" 88 -@ write sys$output "MAKE_VMS.MMS options:"
113 -@ write sys$output " WANT_GUI = ""$(WANT_GUI)"" " 89 -@ write sys$output " WANT_GUI = ""$(WANT_GUI)"" "
114 -@ write sys$output " WANT_UNIX = ""$(WANT_UNIX)"" "
115 -@ write sys$output " HAVE_GZIP = ""$(HAVE_GZIP)"" "
116 -@ write sys$output " HAVE_GDIFF = ""$(HAVE_GDIFF)"" "
117 -@ write sys$output " HAVE_ICONV = ""$(HAVE_ICONV)"" "
118 -@ write sys$output " HAVE_LUA = ""$(HAVE_LUA)"" "
119 -@ write sys$output " HAVE_PYTHON= ""$(HAVE_PYTHON)"" "
120 -@ write sys$output "Default vimrc file is VMS.VIM:" 90 -@ write sys$output "Default vimrc file is VMS.VIM:"
121 -@ write sys$output "-----------------------------------------------" 91 -@ write sys$output "-----------------------------------------------"
122 -@ type VMS.VIM 92 -@ type VMS.VIM
123 93
124 clean : 94 clean :