comparison src/testdir/Make_vms.mms @ 4172:1c819b05529c v7.3.838

updated for version 7.3.838 Problem: Insufficient testing for mksession. Solution: Add tests. (mostly by Roland Eggner)
author Bram Moolenaar <bram@vim.org>
date Tue, 26 Feb 2013 17:21:29 +0100
parents cb185366f5c8
children 015e53d99787
comparison
equal deleted inserted replaced
4171:5b33343b14a4 4172:1c819b05529c
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: 2013 Feb 20 7 # Last change: 2013-02-21
8 # 8 #
9 # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64. 9 # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
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:
75 test61.out test62.out test63.out test64.out test65.out \ 75 test61.out test62.out test63.out test64.out test65.out \
76 test66.out test67.out test68.out test69.out \ 76 test66.out test67.out test68.out test69.out \
77 test71.out test72.out test74.out test75.out test76.out \ 77 test71.out test72.out test74.out test75.out test76.out \
78 test77.out test78.out test79.out test80.out test81.out \ 78 test77.out test78.out test79.out test80.out test81.out \
79 test82.out test83.out test84.out test88.out test89.out \ 79 test82.out test83.out test84.out test88.out test89.out \
80 test90.out test91.out 80 test90.out test91.out test92.out test93.out
81 81
82 # Known problems: 82 # Known problems:
83 # Test 30: a problem around mac format - unknown reason 83 # Test 30: a problem around mac format - unknown reason
84 # 84 #
85 # Test 32: VMS is not case sensitive and all filenames are lowercase within Vim 85 # Test 32: VMS is not case sensitive and all filenames are lowercase within Vim