comparison src/testdir/Make_ming.mak @ 11138:003e7ade488f v8.0.0456

patch 8.0.0456: typo in MinGW test makefile commit https://github.com/vim/vim/commit/84be8b66604ef28c0e249284da3c6f0cab1c25ae Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 13 22:41:42 2017 +0100 patch 8.0.0456: typo in MinGW test makefile Problem: Typo in MinGW test makefile. Solution: Change an underscore to a dot. (Michael Soyka)
author Christian Brabandt <cb@256bit.org>
date Mon, 13 Mar 2017 22:45:04 +0100
parents d8a550329a97
children 140d51d5b5c3
comparison
equal deleted inserted replaced
11137:95c646fd8d9b 11138:003e7ade488f
127 $(VIMPROG) -u NONE $(NO_INITS) -S runtest.vim $< 127 $(VIMPROG) -u NONE $(NO_INITS) -S runtest.vim $<
128 @$(DEL) vimcmd 128 @$(DEL) vimcmd
129 129
130 test_gui_init.res: test_gui_init.vim 130 test_gui_init.res: test_gui_init.vim
131 @echo "$(VIMPROG)" > vimcmd 131 @echo "$(VIMPROG)" > vimcmd
132 $(VIMPROG) -u gui_preinit_vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $< 132 $(VIMPROG) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $<
133 @$(DEL) vimcmd 133 @$(DEL) vimcmd
134 134
135 opt_test.vim: ../option.c gen_opt_test.vim 135 opt_test.vim: ../option.c gen_opt_test.vim
136 $(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../option.c 136 $(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../option.c