comparison src/testdir/Make_ming.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 003e7ade488f
comparison
equal deleted inserted replaced
11118:9204ebc311d4 11119:d8a550329a97
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 NONE -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