comparison src/testdir/Make_ming.mak @ 7283:631cd8059bf4 v7.4.947

commit https://github.com/vim/vim/commit/5311c02f25eed8f34e8a80becb98e86264f371c3 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 1 20:19:26 2015 +0100 patch 7.4.947 Problem: Test_listchars fails with MingW. (Michael Soyka) Solution: Add the test to the ones that need the fileformat fixed. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Tue, 01 Dec 2015 20:30:04 +0100
parents 4b4ac70f5173
children 979f8a595326
comparison
equal deleted inserted replaced
7282:e9846c6bf3a4 7283:631cd8059bf4
118 echo ALL DONE 118 echo ALL DONE
119 119
120 fixff: 120 fixff:
121 -$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok 121 -$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok
122 -$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=unix|upd" +q \ 122 -$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=unix|upd" +q \
123 dotest.in test60.ok test71.ok test74.ok 123 dotest.in test60.ok test71.ok test74.ok test_listchars.ok
124 124
125 clean: 125 clean:
126 -$(DEL) *.out 126 -$(DEL) *.out
127 -$(DEL) test.ok 127 -$(DEL) test.ok
128 -$(DEL) small.vim 128 -$(DEL) small.vim