comparison src/testdir/Make_vms.mms @ 2789:64c3402df964 v7.3.170

updated for version 7.3.170 Problem: VMS Makefile for testing was not updated for test77. Solution: Add test77 to the Makefile.
author Bram Moolenaar <bram@vim.org>
date Thu, 28 Apr 2011 19:05:05 +0200
parents f896a7dfd47d
children eb6c70460702
comparison
equal deleted inserted replaced
2788:0877b8d6370e 2789:64c3402df964
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: 2010 Nov 10 7 # Last change: 2011 Mar 03
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:
72 test43.out test44.out test45.out test46.out \ 72 test43.out test44.out test45.out test46.out \
73 test48.out test51.out test53.out test54.out test55.out \ 73 test48.out test51.out test53.out test54.out test55.out \
74 test56.out test57.out test60.out \ 74 test56.out test57.out test60.out \
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
78 79
79 # Known problems: 80 # Known problems:
80 # Test 30: a problem around mac format - unknown reason 81 # Test 30: a problem around mac format - unknown reason
81 # 82 #
82 # Test 32: VMS is not case sensitive and all filenames are lowercase within Vim 83 # Test 32: VMS is not case sensitive and all filenames are lowercase within Vim