comparison src/testdir/Make_all.mak @ 12788:cb9b2774f21f v8.0.1271

patch 8.0.1271: still too many old style tests commit https://github.com/vim/vim/commit/fb094e14c19337de824d4e6710ca6a2617930ab0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 5 20:59:28 2017 +0100 patch 8.0.1271: still too many old style tests Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2290)
author Christian Brabandt <cb@256bit.org>
date Sun, 05 Nov 2017 21:00:04 +0100
parents 0b6c09957b43
children 90aaa974594e
comparison
equal deleted inserted replaced
12787:65546ba95150 12788:cb9b2774f21f
21 test37.out \ 21 test37.out \
22 test39.out \ 22 test39.out \
23 test42.out \ 23 test42.out \
24 test44.out \ 24 test44.out \
25 test48.out \ 25 test48.out \
26 test55.out \
27 test64.out \ 26 test64.out \
28 test68.out \ 27 test68.out \
29 test69.out \ 28 test69.out \
30 test70.out \ 29 test70.out \
31 test73.out \ 30 test73.out \
32 test88.out \ 31 test88.out \
33 test94.out \ 32 test94.out \
34 test95.out \ 33 test95.out \
35 test99.out \ 34 test99.out \
36 test108.out \ 35 test108.out \
37 test_changelist.out \
38 test_close_count.out \ 36 test_close_count.out \
39 test_erasebackword.out \ 37 test_erasebackword.out \
40 test_eval.out \ 38 test_eval.out \
41 test_fixeol.out \ 39 test_fixeol.out \
42 test_insertcount.out \
43 test_listchars.out \ 40 test_listchars.out \
44 test_search_mbyte.out \
45 test_wordcount.out 41 test_wordcount.out
46 42
47 43
48 # Tests that run on most systems, but not on Amiga. 44 # Tests that run on most systems, but not on Amiga.
49 SCRIPTS_MORE1 = \ 45 SCRIPTS_MORE1 = \
121 test_job_fails.res \ 117 test_job_fails.res \
122 test_json.res \ 118 test_json.res \
123 test_langmap.res \ 119 test_langmap.res \
124 test_let.res \ 120 test_let.res \
125 test_lineending.res \ 121 test_lineending.res \
122 test_listdict.res \
126 test_listlbr.res \ 123 test_listlbr.res \
127 test_listlbr_utf8.res \ 124 test_listlbr_utf8.res \
128 test_lua.res \ 125 test_lua.res \
129 test_makeencoding.res \ 126 test_makeencoding.res \
130 test_man.res \ 127 test_man.res \