comparison src/testdir/Make_all.mak @ 21741:baccf9e06efe v8.2.1420

patch 8.2.1420: test 49 is old style Commit: https://github.com/vim/vim/commit/f7c4d83609acdfe0e4d0fec9413697ac97c0c3f9 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 11 20:42:19 2020 +0200 patch 8.2.1420: test 49 is old style Problem: Test 49 is old style. Solution: Convert remaining parts to new style. Remove obsolete items. (Yegappan Lakshmanan, closes #6683)
author Bram Moolenaar <Bram@vim.org>
date Tue, 11 Aug 2020 20:45:05 +0200
parents 24cb89db078d
children 30bdd2e4a6f9
comparison
equal deleted inserted replaced
21740:54928f1c0d20 21741:baccf9e06efe
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 = test1.out 11 SCRIPTS_FIRST = test1.out
12
13 # Tests that run on all systems.
14 SCRIPTS_ALL =
15
16 # Tests that run on most systems, but not on Amiga.
17 SCRIPTS_MORE1 =
18
19 # Tests that run on most systems, but not on Amiga and DOS/Windows.
20 SCRIPTS_MORE2 = test49.out
21
22 # Tests that run on most systems, but not on VMS
23 SCRIPTS_MORE4 =
24
25 # Tests specifically for MS-Windows.
26 SCRIPTS_WIN32 =
27
28 # Tests for the GUI.
29 SCRIPTS_GUI =
30 12
31 # Tests for Vim9 script. 13 # Tests for Vim9 script.
32 TEST_VIM9 = \ 14 TEST_VIM9 = \
33 test_vim9_cmd \ 15 test_vim9_cmd \
34 test_vim9_disassemble \ 16 test_vim9_disassemble \