comparison src/testdir/Make_vms.mms @ 271:8d34af900bae v7.0072

updated for version 7.0072
author vimboss
date Wed, 18 May 2005 22:24:46 +0000
parents 86d71ae0c85a
children 4fe8e1a7758e
comparison
equal deleted inserted replaced
270:a20218704019 271:8d34af900bae
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 Jan 19 7 # Last change: 2005 May 18
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:
55 test23.out test24.out test26.out \ 55 test23.out test24.out test26.out \
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
61 62
62 .IFDEF WANT_GUI 63 .IFDEF WANT_GUI
63 SCRIPT_GUI = test16.out 64 SCRIPT_GUI = test16.out
64 GUI_OPTION = -g 65 GUI_OPTION = -g
65 .ENDIF 66 .ENDIF