comparison src/testdir/Make_all.mak @ 21510:31cb78014fe4 v8.2.1305

patch 8.2.1305: some tests are still old style Commit: https://github.com/vim/vim/commit/622b3568fa1baf07671d31390815fb0a55a99891 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 27 20:02:41 2020 +0200 patch 8.2.1305: some tests are still old style Problem: Some tests are still old style. Solution: Convert tests 52 and 70 to new style. (Yegappan Lakshmanan, closes #6544) Fix error in FinishTesting().
author Bram Moolenaar <Bram@vim.org>
date Mon, 27 Jul 2020 20:15:07 +0200
parents c9a1b3b66fb7
children dc1c26547a42
comparison
equal deleted inserted replaced
21509:00a2e4d3fc38 21510:31cb78014fe4
6 # environment 6 # environment
7 NO_PLUGINS = --noplugin --not-a-term 7 NO_PLUGINS = --noplugin --not-a-term
8 NO_INITS = -U NONE $(NO_PLUGINS) 8 NO_INITS = -U NONE $(NO_PLUGINS)
9 9
10 # The first script creates small.vim. 10 # The first script creates small.vim.
11 SCRIPTS_FIRST = \ 11 SCRIPTS_FIRST = test1.out
12 test1.out
13 12
14 # Tests that run on all systems. 13 # Tests that run on all systems.
15 SCRIPTS_ALL = \ 14 SCRIPTS_ALL = test42.out
16 test42.out \
17 test70.out
18 15
19 # Tests that run on most systems, but not on Amiga. 16 # Tests that run on most systems, but not on Amiga.
20 SCRIPTS_MORE1 = \ 17 SCRIPTS_MORE1 =
21 test52.out
22 18
23 # Tests that run on most systems, but not on Amiga and DOS/Windows. 19 # Tests that run on most systems, but not on Amiga and DOS/Windows.
24 SCRIPTS_MORE2 = \ 20 SCRIPTS_MORE2 = test49.out
25 test49.out
26 21
27 # Tests that run on most systems, but not on VMS 22 # Tests that run on most systems, but not on VMS
28 SCRIPTS_MORE4 = \ 23 SCRIPTS_MORE4 = test59.out
29 test59.out
30 24
31 # Tests specifically for MS-Windows. 25 # Tests specifically for MS-Windows.
32 SCRIPTS_WIN32 = 26 SCRIPTS_WIN32 =
33 27
34 # Tests for the GUI. 28 # Tests for the GUI.
192 test_mksession \ 186 test_mksession \
193 test_mksession_utf8 \ 187 test_mksession_utf8 \
194 test_modeless \ 188 test_modeless \
195 test_modeline \ 189 test_modeline \
196 test_move \ 190 test_move \
191 test_mzscheme \
197 test_nested_function \ 192 test_nested_function \
198 test_netbeans \ 193 test_netbeans \
199 test_normal \ 194 test_normal \
200 test_number \ 195 test_number \
201 test_options \ 196 test_options \
424 test_messages.res \ 419 test_messages.res \
425 test_method.res \ 420 test_method.res \
426 test_mksession.res \ 421 test_mksession.res \
427 test_modeless.res \ 422 test_modeless.res \
428 test_modeline.res \ 423 test_modeline.res \
424 test_mzscheme.res \
429 test_nested_function.res \ 425 test_nested_function.res \
430 test_netbeans.res \ 426 test_netbeans.res \
431 test_normal.res \ 427 test_normal.res \
432 test_number.res \ 428 test_number.res \
433 test_options.res \ 429 test_options.res \