comparison src/testdir/Make_dos.mak @ 10946:0fbba847496d v8.0.0362

patch 8.0.0362: tests fail on MS-Windows commit https://github.com/vim/vim/commit/10c6029e28ab666a42190fcceb0bb098a4ebf724 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 23 20:17:13 2017 +0100 patch 8.0.0362: tests fail on MS-Windows Problem: Tests fail on MS-Windows. Solution: Use $*.vim instead of $<.
author Christian Brabandt <cb@256bit.org>
date Thu, 23 Feb 2017 20:30:05 +0100
parents 4e2cdce4576c
children 50459aeb4773
comparison
equal deleted inserted replaced
10945:725f932fae37 10946:0fbba847496d
118 $(VIMPROG) -u NONE $(NO_INITS) -S runtest.vim $*.vim 118 $(VIMPROG) -u NONE $(NO_INITS) -S runtest.vim $*.vim
119 @del vimcmd 119 @del vimcmd
120 120
121 test_gui.res: test_gui.vim 121 test_gui.res: test_gui.vim
122 @echo "$(VIMPROG)" > vimcmd 122 @echo "$(VIMPROG)" > vimcmd
123 $(VIMPROG) -u NONE $(NO_INITS) -S runtest.vim $< 123 $(VIMPROG) -u NONE $(NO_INITS) -S runtest.vim $*.vim
124 @del vimcmd 124 @del vimcmd
125 125
126 test_gui_init.res: test_gui_init.vim 126 test_gui_init.res: test_gui_init.vim
127 @echo "$(VIMPROG)" > vimcmd 127 @echo "$(VIMPROG)" > vimcmd
128 $(VIMPROG) -u NONE -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $< 128 $(VIMPROG) -u NONE -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $*.vim
129 @del vimcmd 129 @del vimcmd