comparison src/testdir/Make_ming.mak @ 12616:4767939d10cc v8.0.1186

patch 8.0.1186: still quite a few old style tests commit https://github.com/vim/vim/commit/4a6fcf8047de13c7949ab2f27f7774acaec4ae4d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 12 21:29:22 2017 +0200 patch 8.0.1186: still quite a few old style tests Problem: Still quite a few old style tests. Solution: Convert old to new style tests. (Yegappan Lakshmanan) Avoid ringing the bell while running tests.
author Christian Brabandt <cb@256bit.org>
date Thu, 12 Oct 2017 21:30:07 +0200
parents 4ecdfa7b4e62
children 15f0f9f16cd9
comparison
equal deleted inserted replaced
12615:962b8ecbd793 12616:4767939d10cc
66 66
67 # TODO: find a way to avoid changing the distributed files. 67 # TODO: find a way to avoid changing the distributed files.
68 fixff: 68 fixff:
69 -$(VIMPROG) -u dos.vim $(NO_INITS) "+argdo set ff=dos|upd" +q *.in *.ok 69 -$(VIMPROG) -u dos.vim $(NO_INITS) "+argdo set ff=dos|upd" +q *.in *.ok
70 -$(VIMPROG) -u dos.vim $(NO_INITS) "+argdo set ff=unix|upd" +q \ 70 -$(VIMPROG) -u dos.vim $(NO_INITS) "+argdo set ff=unix|upd" +q \
71 dotest.in test60.ok test_listchars.ok \ 71 dotest.in test_listchars.ok \
72 test_wordcount.ok 72 test_wordcount.ok
73 73
74 clean: 74 clean:
75 -@if exist *.out $(DEL) *.out 75 -@if exist *.out $(DEL) *.out
76 -@if exist *.failed $(DEL) *.failed 76 -@if exist *.failed $(DEL) *.failed