comparison src/testdir/Make_vms.mms @ 121:86d71ae0c85a v7.0042

updated for version 7.0042
author vimboss
date Wed, 19 Jan 2005 22:24:34 +0000
parents f1d2a58883b9
children 8d34af900bae
comparison
equal deleted inserted replaced
120:34423a71d203 121:86d71ae0c85a
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: 2004 Dec 24 7 # Last change: 2005 Jan 19
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 60 test48.out test51.out test53.out test54.out test55.out
61 61
62 .IFDEF WANT_GUI 62 .IFDEF WANT_GUI
63 SCRIPT_GUI = test16.out 63 SCRIPT_GUI = test16.out
64 GUI_OPTION = -g 64 GUI_OPTION = -g
65 .ENDIF 65 .ENDIF