comparison src/testdir/Make_all.mak @ 21608:24cb89db078d v8.2.1354

patch 8.2.1354: test 59 is old style Commit: https://github.com/vim/vim/commit/aa970abd0a987de96321d33db82f70bbceac931b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 2 16:10:39 2020 +0200 patch 8.2.1354: test 59 is old style Problem: Test 59 is old style. Solution: Convert into a new style test. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6604)
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 Aug 2020 16:15:03 +0200
parents dc1c26547a42
children baccf9e06efe
comparison
equal deleted inserted replaced
21607:2fd50654cfac 21608:24cb89db078d
18 18
19 # 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.
20 SCRIPTS_MORE2 = test49.out 20 SCRIPTS_MORE2 = test49.out
21 21
22 # Tests that run on most systems, but not on VMS 22 # Tests that run on most systems, but not on VMS
23 SCRIPTS_MORE4 = test59.out 23 SCRIPTS_MORE4 =
24 24
25 # Tests specifically for MS-Windows. 25 # Tests specifically for MS-Windows.
26 SCRIPTS_WIN32 = 26 SCRIPTS_WIN32 =
27 27
28 # Tests for the GUI. 28 # Tests for the GUI.
240 test_sort \ 240 test_sort \
241 test_sound \ 241 test_sound \
242 test_source \ 242 test_source \
243 test_source_utf8 \ 243 test_source_utf8 \
244 test_spell \ 244 test_spell \
245 test_spell_utf8 \
245 test_spellfile \ 246 test_spellfile \
246 test_startup \ 247 test_startup \
247 test_startup_utf8 \ 248 test_startup_utf8 \
248 test_stat \ 249 test_stat \
249 test_statusline \ 250 test_statusline \
462 test_smartindent.res \ 463 test_smartindent.res \
463 test_sort.res \ 464 test_sort.res \
464 test_sound.res \ 465 test_sound.res \
465 test_source.res \ 466 test_source.res \
466 test_spell.res \ 467 test_spell.res \
468 test_spell_utf8.res \
467 test_spellfile.res \ 469 test_spellfile.res \
468 test_startup.res \ 470 test_startup.res \
469 test_stat.res \ 471 test_stat.res \
470 test_statusline.res \ 472 test_statusline.res \
471 test_substitute.res \ 473 test_substitute.res \