comparison src/testdir/Make_vms.mms @ 6933:62ba356c2d4e v7.4.785

patch 7.4.785 Problem: On some systems automatically adding the missing EOL causes problems. Setting 'binary' has too many side effects. Solution: Add the 'fixeol' option, default on. (Pavel Samarkin)
author Bram Moolenaar <bram@vim.org>
date Fri, 17 Jul 2015 14:18:08 +0200
parents dd923806ae3b
children 4db70c94226b
comparison
equal deleted inserted replaced
6932:727f3fececd8 6933:62ba356c2d4e
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: 2015 Jul 10 7 # Last change: 2015 Jul 17
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:
103 test_changelist.out \ 103 test_changelist.out \
104 test_close_count.out \ 104 test_close_count.out \
105 test_command_count.out \ 105 test_command_count.out \
106 test_erasebackword.out \ 106 test_erasebackword.out \
107 test_eval.out \ 107 test_eval.out \
108 test_fixeol.out \
108 test_increment.out \ 109 test_increment.out \
109 test_insertcount.out \ 110 test_insertcount.out \
110 test_listchars.out \ 111 test_listchars.out \
111 test_listlbr.out \ 112 test_listlbr.out \
112 test_listlbr_utf8.out \ 113 test_listlbr_utf8.out \