comparison src/testdir/Make_ming.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 90aaa974594e
children 43b8795f1ddf
comparison
equal deleted inserted replaced
13021:b874913e5f83 13022:71109531c516
61 61
62 # TODO: find a way to avoid changing the distributed files. 62 # TODO: find a way to avoid changing the distributed files.
63 fixff: 63 fixff:
64 -$(VIMPROG) -u dos.vim $(NO_INITS) "+argdo set ff=dos|upd" +q *.in *.ok 64 -$(VIMPROG) -u dos.vim $(NO_INITS) "+argdo set ff=dos|upd" +q *.in *.ok
65 -$(VIMPROG) -u dos.vim $(NO_INITS) "+argdo set ff=unix|upd" +q \ 65 -$(VIMPROG) -u dos.vim $(NO_INITS) "+argdo set ff=unix|upd" +q \
66 dotest.in test_wordcount.ok 66 dotest.in
67 67
68 clean: 68 clean:
69 -@if exist *.out $(DEL) *.out 69 -@if exist *.out $(DEL) *.out
70 -@if exist *.failed $(DEL) *.failed 70 -@if exist *.failed $(DEL) *.failed
71 -@if exist *.res $(DEL) *.res 71 -@if exist *.res $(DEL) *.res