comparison src/testdir/Make_ming.mak @ 10351:ed658942a71c v8.0.0070

commit https://github.com/vim/vim/commit/3f9ebf32a392a9cae1c3e4b6bf8cecad60e2a22a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 7 22:13:32 2016 +0100 patch 8.0.0070 Problem: Tests referred in Makefile that no longer exist. Solution: Remove test71 and test74 entries. (Michael Soyka)
author Christian Brabandt <cb@256bit.org>
date Mon, 07 Nov 2016 22:15:04 +0100
parents 3089f1d99b9e
children 4e2cdce4576c
comparison
equal deleted inserted replaced
10350:644103fefb70 10351:ed658942a71c
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_PLUGIN) "+argdo set ff=dos|upd" +q *.in *.ok 69 -$(VIMPROG) -u dos.vim $(NO_PLUGIN) "+argdo set ff=dos|upd" +q *.in *.ok
70 -$(VIMPROG) -u dos.vim $(NO_PLUGIN) "+argdo set ff=unix|upd" +q \ 70 -$(VIMPROG) -u dos.vim $(NO_PLUGIN) "+argdo set ff=unix|upd" +q \
71 dotest.in test60.ok test71.ok test74.ok test_listchars.ok \ 71 dotest.in test60.ok test_listchars.ok \
72 test_getcwd.ok test_wordcount.ok 72 test_getcwd.ok 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