comparison src/testdir/Make_all.mak @ 10843:678edb254216 v8.0.0311

patch 8.0.0311: linebreak tests are old style commit https://github.com/vim/vim/commit/544d3bc9f0e494cb712a33b61558b8e8e12b1e0b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 5 21:14:50 2017 +0100 patch 8.0.0311: linebreak tests are old style Problem: Linebreak tests are old style. Solution: Turn the tests into new style. Share utility functions. (Ozaki Kiichi, closes #1444)
author Christian Brabandt <cb@256bit.org>
date Sun, 05 Feb 2017 21:15:04 +0100
parents ae0bbbbe2a38
children cb71a5468aca
comparison
equal deleted inserted replaced
10842:cea113b1210b 10843:678edb254216
80 test_eval.out \ 80 test_eval.out \
81 test_fixeol.out \ 81 test_fixeol.out \
82 test_getcwd.out \ 82 test_getcwd.out \
83 test_insertcount.out \ 83 test_insertcount.out \
84 test_listchars.out \ 84 test_listchars.out \
85 test_listlbr.out \
86 test_search_mbyte.out \ 85 test_search_mbyte.out \
87 test_wordcount.out 86 test_wordcount.out
88 87
89 88
90 # Tests that run on most systems, but not on Amiga. 89 # Tests that run on most systems, but not on Amiga.
99 # Tests that run on most systems, but not on Amiga and DOS/Windows. 98 # Tests that run on most systems, but not on Amiga and DOS/Windows.
100 SCRIPTS_MORE2 = \ 99 SCRIPTS_MORE2 = \
101 test12.out \ 100 test12.out \
102 test25.out \ 101 test25.out \
103 test49.out \ 102 test49.out \
104 test97.out \ 103 test97.out
105 test_listlbr_utf8.out
106 104
107 105
108 # Tests that run on most systems, but not MingW and Cygwin. 106 # Tests that run on most systems, but not MingW and Cygwin.
109 SCRIPTS_MORE3 = \ 107 SCRIPTS_MORE3 = \
110 test54.out 108 test54.out
162 test_increment.res \ 160 test_increment.res \
163 test_increment_dbcs.res \ 161 test_increment_dbcs.res \
164 test_job_fails.res \ 162 test_job_fails.res \
165 test_json.res \ 163 test_json.res \
166 test_langmap.res \ 164 test_langmap.res \
165 test_listlbr.res \
166 test_listlbr_utf8.res \
167 test_lua.res \ 167 test_lua.res \
168 test_man.res \ 168 test_man.res \
169 test_marks.res \ 169 test_marks.res \
170 test_matchadd_conceal.res \ 170 test_matchadd_conceal.res \
171 test_mksession.res \ 171 test_mksession.res \