comparison src/testdir/Make_amiga.mak @ 6062:50575818a97f v7.4.370

updated for version 7.4.370 Problem: Linebreak test fails when encoding is not utf-8. (Danek Duvall) Solution: Split the test in a single byte one and a utf-8 one. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 16 Jul 2014 17:01:53 +0200
parents d42a1d3b74d4
children 75ae211df37d
comparison
equal deleted inserted replaced
6061:6d4b12eb13d4 6062:50575818a97f
37 test99.out test100.out test101.out test102.out test103.out \ 37 test99.out test100.out test101.out test102.out test103.out \
38 test104.out test105.out test106.out test107.out \ 38 test104.out test105.out test106.out test107.out \
39 test_autoformat_join.out \ 39 test_autoformat_join.out \
40 test_breakindent.out \ 40 test_breakindent.out \
41 test_listlbr.out \ 41 test_listlbr.out \
42 test_listlbr_utf8.out \
42 test_eval.out \ 43 test_eval.out \
43 test_options.out 44 test_options.out
44 45
45 .SUFFIXES: .in .out 46 .SUFFIXES: .in .out
46 47
165 test106.out: test106.in 166 test106.out: test106.in
166 test107.out: test107.in 167 test107.out: test107.in
167 test_autoformat_join.out: test_autoformat_join.in 168 test_autoformat_join.out: test_autoformat_join.in
168 test_breakindent.out: test_breakindent.in 169 test_breakindent.out: test_breakindent.in
169 test_listlbr.out: test_listlbr.in 170 test_listlbr.out: test_listlbr.in
171 test_listlbr_utf8.out: test_listlbr_utf8.in
170 test_eval.out: test_eval.in 172 test_eval.out: test_eval.in
171 test_options.out: test_options.in 173 test_options.out: test_options.in