comparison src/testdir/Make_vms.mms @ 391:289b19a6f2ed v7.0103

updated for version 7.0103
author vimboss
date Tue, 05 Jul 2005 21:48:14 +0000
parents 4fe8e1a7758e
children 7fe13e0f5dce
comparison
equal deleted inserted replaced
390:bded5839a32e 391:289b19a6f2ed
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: 2005 Jul 04 7 # Last change: 2005 Jul 05
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:
56 test28.out test29.out test31.out test32.out \ 56 test28.out test29.out test31.out test32.out \
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 61 test56.out test57.out test58.out test59.out
62 62
63 .IFDEF WANT_GUI 63 .IFDEF WANT_GUI
64 SCRIPT_GUI = test16.out 64 SCRIPT_GUI = test16.out
65 GUI_OPTION = -g 65 GUI_OPTION = -g
66 .ENDIF 66 .ENDIF