comparison src/testdir/Make_all.mak @ 12662:15f0f9f16cd9 v8.0.1209

patch 8.0.1209: still too many old style tests commit https://github.com/vim/vim/commit/53f0c962394dc6bc66d5b0762af9434e672d1b25 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 22 14:23:59 2017 +0200 patch 8.0.1209: 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 #2230)
author Christian Brabandt <cb@256bit.org>
date Sun, 22 Oct 2017 14:30:07 +0200
parents 4767939d10cc
children aa658b33f25a
comparison
equal deleted inserted replaced
12661:9ee086df7d78 12662:15f0f9f16cd9
12 test1.out 12 test1.out
13 13
14 # Tests that run on all systems. 14 # Tests that run on all systems.
15 SCRIPTS_ALL = \ 15 SCRIPTS_ALL = \
16 test3.out \ 16 test3.out \
17 test8.out \
18 test14.out \ 17 test14.out \
19 test15.out \ 18 test15.out \
20 test19.out \ 19 test19.out \
21 test20.out \ 20 test20.out \
22 test28.out \ 21 test28.out \
23 test29.out \ 22 test29.out \
24 test34.out \
25 test36.out \ 23 test36.out \
26 test37.out \ 24 test37.out \
27 test38.out \ 25 test38.out \
28 test39.out \ 26 test39.out \
29 test40.out \ 27 test40.out \
42 test88.out \ 40 test88.out \
43 test94.out \ 41 test94.out \
44 test95.out \ 42 test95.out \
45 test99.out \ 43 test99.out \
46 test108.out \ 44 test108.out \
47 test_autoformat_join.out \
48 test_changelist.out \ 45 test_changelist.out \
49 test_close_count.out \ 46 test_close_count.out \
50 test_erasebackword.out \ 47 test_erasebackword.out \
51 test_eval.out \ 48 test_eval.out \
52 test_fixeol.out \ 49 test_fixeol.out \
68 # Tests that run on most systems, but not on Amiga and DOS/Windows. 65 # Tests that run on most systems, but not on Amiga and DOS/Windows.
69 SCRIPTS_MORE2 = \ 66 SCRIPTS_MORE2 = \
70 test12.out \ 67 test12.out \
71 test25.out \ 68 test25.out \
72 test49.out 69 test49.out
73
74
75 # Tests that run on most systems, but not MingW and Cygwin.
76 SCRIPTS_MORE3 = \
77 test54.out
78 70
79 71
80 # Tests that run on most systems, but not on VMS 72 # Tests that run on most systems, but not on VMS
81 SCRIPTS_MORE4 = \ 73 SCRIPTS_MORE4 = \
82 test17.out \ 74 test17.out \
185 test_terminal.res \ 177 test_terminal.res \
186 test_terminal_fail.res \ 178 test_terminal_fail.res \
187 test_textobjects.res \ 179 test_textobjects.res \
188 test_undo.res \ 180 test_undo.res \
189 test_usercommands.res \ 181 test_usercommands.res \
182 test_user_func.res \
190 test_viminfo.res \ 183 test_viminfo.res \
191 test_vimscript.res \ 184 test_vimscript.res \
192 test_visual.res \ 185 test_visual.res \
193 test_winbar.res \ 186 test_winbar.res \
194 test_winbuf_close.res \ 187 test_winbuf_close.res \