comparison src/testdir/Make_vms.mms @ 5690:40f18a1c1592 v7.4.191

updated for version 7.4.191 Problem: Escaping a file name for shell commands can't be done without a function. Solution: Add the :S file name modifier.
author Bram Moolenaar <bram@vim.org>
date Sun, 23 Feb 2014 23:39:13 +0100
parents 22387c8eec43
children 47a673b20e49
comparison
equal deleted inserted replaced
5689:41fa1a18bc2e 5690:40f18a1c1592
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 Nov 21 7 # Last change: 2014 Feb 23
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:
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 test92.out test93.out test94.out \ 80 test90.out test91.out test92.out test93.out test94.out \
81 test95.out test96.out test97.out test98.out test99.out \ 81 test95.out test96.out test97.out test98.out test99.out \
82 test100.out test101.out test102.out test103.out test104.out 82 test100.out test101.out test102.out test103.out test104.out \
83 test105.out
83 84
84 # Known problems: 85 # Known problems:
85 # Test 30: a problem around mac format - unknown reason 86 # Test 30: a problem around mac format - unknown reason
86 # 87 #
87 # Test 32: VMS is not case sensitive and all filenames are lowercase within Vim 88 # Test 32: VMS is not case sensitive and all filenames are lowercase within Vim