comparison src/testdir/Make_vms.mms @ 856:8cd729851562 v7.0g

updated for version 7.0g
author vimboss
date Sun, 30 Apr 2006 18:54:39 +0000
parents 2f006d0864c1
children cd7eb2a18060
comparison
equal deleted inserted replaced
855:d2a4f08396fe 856:8cd729851562
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: 2006 Mar 15 7 # Last change: 2006 Apr 30
8 # 8 #
9 # This has been tested on VMS 6.2 to 7.2 on DEC Alpha and VAX. 9 # This has been tested on VMS 6.2 to 7.2 on DEC Alpha and VAX.
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:
57 test33.out test34.out test35.out test36.out test37.out \ 57 test33.out test34.out test35.out test36.out test37.out \
58 test38.out test39.out test40.out test41.out test42.out \ 58 test38.out test39.out test40.out test41.out test42.out \
59 test43.out test44.out test45.out test46.out \ 59 test43.out test44.out test45.out test46.out \
60 test48.out test51.out test53.out test54.out test55.out \ 60 test48.out test51.out test53.out test54.out test55.out \
61 test56.out test57.out test58.out test59.out test60.out \ 61 test56.out test57.out test58.out test59.out test60.out \
62 test61.out 62 test61.out test62.out
63 63
64 .IFDEF WANT_GUI 64 .IFDEF WANT_GUI
65 SCRIPT_GUI = test16.out 65 SCRIPT_GUI = test16.out
66 GUI_OPTION = -g 66 GUI_OPTION = -g
67 .ENDIF 67 .ENDIF