comparison src/testdir/Make_all.mak @ 16350:ffa791471a4c v8.1.1180

patch 8.1.1180: Vim script debugger tests are old style commit https://github.com/vim/vim/commit/113bf0672b114af5800fa642bcd09f674758e5d5 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 17 16:54:05 2019 +0200 patch 8.1.1180: Vim script debugger tests are old style Problem: Vim script debugger tests are old style. Solution: Turn into new style tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4259)
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Apr 2019 17:00:06 +0200
parents d3377393e3d9
children 7a942d92980d
comparison
equal deleted inserted replaced
16349:4e45c3b55775 16350:ffa791471a4c
26 test70.out \ 26 test70.out \
27 test88.out \ 27 test88.out \
28 test94.out \ 28 test94.out \
29 test95.out \ 29 test95.out \
30 test99.out \ 30 test99.out \
31 test108.out \
32 test_eval.out 31 test_eval.out
33 32
34 33
35 # Tests that run on most systems, but not on Amiga. 34 # Tests that run on most systems, but not on Amiga.
36 SCRIPTS_MORE1 = \ 35 SCRIPTS_MORE1 = \
95 test_conceal \ 94 test_conceal \
96 test_crypt \ 95 test_crypt \
97 test_cscope \ 96 test_cscope \
98 test_cursor_func \ 97 test_cursor_func \
99 test_curswant \ 98 test_curswant \
99 test_debugger \
100 test_delete \ 100 test_delete \
101 test_diffmode \ 101 test_diffmode \
102 test_digraph \ 102 test_digraph \
103 test_display \ 103 test_display \
104 test_edit \ 104 test_edit \
310 test_comparators.res \ 310 test_comparators.res \
311 test_conceal.res \ 311 test_conceal.res \
312 test_crypt.res \ 312 test_crypt.res \
313 test_cscope.res \ 313 test_cscope.res \
314 test_curswant.res \ 314 test_curswant.res \
315 test_debugger.res \
315 test_diffmode.res \ 316 test_diffmode.res \
316 test_digraph.res \ 317 test_digraph.res \
317 test_display.res \ 318 test_display.res \
318 test_edit.res \ 319 test_edit.res \
319 test_erasebackword.res \ 320 test_erasebackword.res \