comparison src/testdir/Make_all.mak @ 10068:c577c6a2e88b v7.4.2305

commit https://github.com/vim/vim/commit/19a1669ffc796e30a83c5600f82f12ebf63a2261 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 1 22:19:47 2016 +0200 patch 7.4.2305 Problem: Marks, writefile and nested function tests are old style. Solution: Turn them into new style tests. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Thu, 01 Sep 2016 22:30:08 +0200
parents 98b39d2eb895
children c104f09ae2f4
comparison
equal deleted inserted replaced
10067:4d790349eb7d 10068:c577c6a2e88b
84 test108.out \ 84 test108.out \
85 test_autocmd_option.out \ 85 test_autocmd_option.out \
86 test_autoformat_join.out \ 86 test_autoformat_join.out \
87 test_breakindent.out \ 87 test_breakindent.out \
88 test_changelist.out \ 88 test_changelist.out \
89 test_charsearch.out \ 89 test_charsearch.out \
90 test_close_count.out \ 90 test_close_count.out \
91 test_command_count.out \ 91 test_command_count.out \
92 test_comparators.out \ 92 test_comparators.out \
93 test_erasebackword.out \ 93 test_erasebackword.out \
94 test_eval.out \ 94 test_eval.out \
95 test_fixeol.out \ 95 test_fixeol.out \
96 test_getcwd.out \ 96 test_getcwd.out \
97 test_insertcount.out \ 97 test_insertcount.out \
98 test_listchars.out \ 98 test_listchars.out \
99 test_listlbr.out \ 99 test_listlbr.out \
100 test_marks.out \
101 test_nested_function.out \
102 test_search_mbyte.out \ 100 test_search_mbyte.out \
103 test_utf8.out \ 101 test_utf8.out \
104 test_wordcount.out \ 102 test_wordcount.out
105 test_writefile.out
106 103
107 104
108 # Tests that run on most systems, but not on Amiga. 105 # Tests that run on most systems, but not on Amiga.
109 SCRIPTS_MORE1 = \ 106 SCRIPTS_MORE1 = \
110 test11.out \ 107 test11.out \
173 test_increment_dbcs.res \ 170 test_increment_dbcs.res \
174 test_job_fails.res \ 171 test_job_fails.res \
175 test_json.res \ 172 test_json.res \
176 test_langmap.res \ 173 test_langmap.res \
177 test_man.res \ 174 test_man.res \
175 test_marks.res \
178 test_matchadd_conceal.res \ 176 test_matchadd_conceal.res \
177 test_nested_function.res \
179 test_netbeans.res \ 178 test_netbeans.res \
180 test_packadd.res \ 179 test_packadd.res \
181 test_perl.res \ 180 test_perl.res \
182 test_quickfix.res \ 181 test_quickfix.res \
183 test_ruby.res \ 182 test_ruby.res \
192 test_usercommands.res \ 191 test_usercommands.res \
193 test_viminfo.res \ 192 test_viminfo.res \
194 test_viml.res \ 193 test_viml.res \
195 test_visual.res \ 194 test_visual.res \
196 test_window_id.res \ 195 test_window_id.res \
196 test_writefile.res \
197 test_alot_latin.res \ 197 test_alot_latin.res \
198 test_alot_utf8.res \ 198 test_alot_utf8.res \
199 test_alot.res 199 test_alot.res
200 200
201 201