comparison src/testdir/Make_dos.mak @ 11119:d8a550329a97 v8.0.0447

patch 8.0.0447: getting font name does not work on X11 commit https://github.com/vim/vim/commit/8774845ce1a7def122ea07c057a79417f3be3d17 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 12 17:10:33 2017 +0100 patch 8.0.0447: getting font name does not work on X11 Problem: Getting font name does not work on X11. Solution: Implement gui_mch_get_fontname() for X11. Add more GUI tests. (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Sun, 12 Mar 2017 17:15:04 +0100
parents ae86651164d7
children 9f9409588102
comparison
equal deleted inserted replaced
11118:9204ebc311d4 11119:d8a550329a97
124 $(VIMPROG) -u NONE $(NO_INITS) -S runtest.vim $*.vim 124 $(VIMPROG) -u NONE $(NO_INITS) -S runtest.vim $*.vim
125 @del vimcmd 125 @del vimcmd
126 126
127 test_gui_init.res: test_gui_init.vim 127 test_gui_init.res: test_gui_init.vim
128 @echo "$(VIMPROG)" > vimcmd 128 @echo "$(VIMPROG)" > vimcmd
129 $(VIMPROG) -u NONE -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $*.vim 129 $(VIMPROG) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $*.vim
130 @del vimcmd 130 @del vimcmd
131 131
132 opt_test.vim: ../option.c gen_opt_test.vim 132 opt_test.vim: ../option.c gen_opt_test.vim
133 $(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../option.c 133 $(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../option.c