comparison src/testdir/Make_vms.mms @ 1963:9edb57594942 v7.2.260

updated for version 7.2-260
author vimboss
date Fri, 18 Sep 2009 12:59:26 +0000
parents ccc9eda1cfcf
children 20c18291deb2
comparison
equal deleted inserted replaced
1962:ba2ac6b5bfb9 1963:9edb57594942
2 # Makefile to run all tests for Vim on VMS 2 # Makefile to run all tests for Vim on VMS
3 # 3 #
4 # Authors: Zoltan Arpadffy, <arpadffy@polarhome.com> 4 # Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
5 # Sandor Kopanyi, <sandor.kopanyi@mailbox.hu> 5 # Sandor Kopanyi, <sandor.kopanyi@mailbox.hu>
6 # 6 #
7 # Last change: 2009 Mar 05 7 # Last change: 2009 Sep 11
8 # 8 #
9 # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64. 9 # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
10 # Edit the lines in the Configuration section below to select. 10 # Edit the lines in the Configuration section below to select.
11 # 11 #
12 # Execute with: 12 # Execute with:
67 test38.out test39.out test40.out test41.out test42.out \ 67 test38.out test39.out test40.out test41.out test42.out \
68 test43.out test44.out test45.out test46.out \ 68 test43.out test44.out test45.out test46.out \
69 test48.out test51.out test53.out test54.out test55.out \ 69 test48.out test51.out test53.out test54.out test55.out \
70 test56.out test57.out test60.out \ 70 test56.out test57.out test60.out \
71 test61.out test62.out test63.out test64.out test65.out \ 71 test61.out test62.out test63.out test64.out test65.out \
72 test66.out 72 test66.out test67.out
73 73
74 .IFDEF WANT_GUI 74 .IFDEF WANT_GUI
75 SCRIPT_GUI = test16.out 75 SCRIPT_GUI = test16.out
76 GUI_OPTION = -g 76 GUI_OPTION = -g
77 .ENDIF 77 .ENDIF