comparison src/testdir/Make_vms.mms @ 1327:cd7eb2a18060 v7.1.041

updated for version 7.1-041
author vimboss
date Thu, 26 Jul 2007 21:11:52 +0000
parents 8cd729851562
children 9656552c468d
comparison
equal deleted inserted replaced
1326:22886f3d882d 1327:cd7eb2a18060
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 Apr 30 7 # Last change: 2007 Jul 24
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 test62.out 62 test61.out test62.out test63.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