comparison src/testdir/Make_all.mak @ 12750:0b6c09957b43 v8.0.1253

patch 8.0.1253: still too many old style tests commit https://github.com/vim/vim/commit/430dc5d360166ca5bb6a73f2c87ae53e09282ecb Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 2 21:04:47 2017 +0100 patch 8.0.1253: 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 #2272)
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Nov 2017 21:15:05 +0100
parents aa658b33f25a
children cb9b2774f21f
comparison
equal deleted inserted replaced
12749:8b706a156136 12750:0b6c09957b43
18 test15.out \ 18 test15.out \
19 test29.out \ 19 test29.out \
20 test36.out \ 20 test36.out \
21 test37.out \ 21 test37.out \
22 test39.out \ 22 test39.out \
23 test40.out \
24 test42.out \ 23 test42.out \
25 test44.out \ 24 test44.out \
26 test45.out \
27 test48.out \ 25 test48.out \
28 test55.out \ 26 test55.out \
29 test64.out \ 27 test64.out \
30 test68.out \ 28 test68.out \
31 test69.out \ 29 test69.out \
56 test87.out 54 test87.out
57 55
58 56
59 # Tests that run on most systems, but not on Amiga and DOS/Windows. 57 # Tests that run on most systems, but not on Amiga and DOS/Windows.
60 SCRIPTS_MORE2 = \ 58 SCRIPTS_MORE2 = \
61 test12.out \
62 test49.out 59 test49.out
63 60
64 61
65 # Tests that run on most systems, but not on VMS 62 # Tests that run on most systems, but not on VMS
66 SCRIPTS_MORE4 = \ 63 SCRIPTS_MORE4 = \
67 test17.out \ 64 test17.out \
68 test30.out \ 65 test30.out \
69 test59.out \ 66 test59.out \
70 test72.out \ 67 test72.out \
71 test83.out
72 68
73 69
74 # Tests specifically for MS-Windows. 70 # Tests specifically for MS-Windows.
75 SCRIPTS_WIN32 = test50.out 71 SCRIPTS_WIN32 = test50.out
76 72
77 73
78 # Tests for the GUI. 74 # Tests for the GUI.
79 SCRIPTS_GUI = 75 SCRIPTS_GUI =
80 76
81 77
82 # Tests using runtest.vim.vim. 78 # Tests using runtest.vim
83 # Keep test_alot*.res as the last one, sort the others. 79 # Keep test_alot*.res as the last one, sort the others.
84 NEW_TESTS = test_arabic.res \ 80 NEW_TESTS = test_arabic.res \
85 test_arglist.res \ 81 test_arglist.res \
86 test_assert.res \ 82 test_assert.res \
87 test_autochdir.res \ 83 test_autochdir.res \
162 test_spell.res \ 158 test_spell.res \
163 test_startup.res \ 159 test_startup.res \
164 test_startup_utf8.res \ 160 test_startup_utf8.res \
165 test_stat.res \ 161 test_stat.res \
166 test_substitute.res \ 162 test_substitute.res \
163 test_swap.res \
167 test_syntax.res \ 164 test_syntax.res \
168 test_system.res \ 165 test_system.res \
169 test_tab.res \ 166 test_tab.res \
170 test_tcl.res \ 167 test_tcl.res \
171 test_terminal.res \ 168 test_terminal.res \