comparison src/testdir/Make_all.mak @ 13022:71109531c516 v8.0.1387

patch 8.0.1387: wordcount test is old style commit https://github.com/vim/vim/commit/a703aaee4d6230ed81469ef0cb37f331bf255136 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 11 22:55:26 2017 +0100 patch 8.0.1387: wordcount test is old style Problem: Wordcount test is old style. Solution: Change into a new style test. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/2434)
author Christian Brabandt <cb@256bit.org>
date Mon, 11 Dec 2017 23:00:04 +0100
parents f7b2ecaeb79c
children 30f9a62f5f51
comparison
equal deleted inserted replaced
13021:b874913e5f83 13022:71109531c516
29 test88.out \ 29 test88.out \
30 test94.out \ 30 test94.out \
31 test95.out \ 31 test95.out \
32 test99.out \ 32 test99.out \
33 test108.out \ 33 test108.out \
34 test_eval.out \ 34 test_eval.out
35 test_wordcount.out
36 35
37 36
38 # Tests that run on most systems, but not on Amiga. 37 # Tests that run on most systems, but not on Amiga.
39 SCRIPTS_MORE1 = \ 38 SCRIPTS_MORE1 = \
40 test11.out \ 39 test11.out \
181 test_visual.res \ 180 test_visual.res \
182 test_winbar.res \ 181 test_winbar.res \
183 test_winbuf_close.res \ 182 test_winbuf_close.res \
184 test_window_id.res \ 183 test_window_id.res \
185 test_windows_home.res \ 184 test_windows_home.res \
185 test_wordcount.res \
186 test_writefile.res \ 186 test_writefile.res \
187 test_alot_latin.res \ 187 test_alot_latin.res \
188 test_alot_utf8.res \ 188 test_alot_utf8.res \
189 test_alot.res 189 test_alot.res
190 190